-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (114 loc) · 3.54 KB
/
index.html
File metadata and controls
134 lines (114 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Daniel's Project Website</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.google.com/specimen/IBM+Plex+Sans?selection.family=Cabin:wght@700|IBM+Plex+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="icon" href="Image/Anchor1.ico">
</head>
<body>
<h1>Daniel Lan</h1>
<table cellspacing="20">
<tr>
<td> <img class="blue-border" src="Image/Daniel_Wave.jpg" alt="Daniel's profile photo"></td>
<td>
<p> <em>CSE Student at <strong><a href="https://uci.edu/">University of California, Irvine</a></strong></em></p>
<p>I am a full-time Copmuter Science and Engineering student at UCI with an emphasis on Machine Learning and AI. I love to
explore the technology around me and learn about the concepts behind them such as Web Development and Data Sorting. With my
degree at UCI, I hope to introduce the idea of AI and Machine Learning to the general public and utilize its effectiveness input
in taking in data and make refined decisions to smart homes in the future.</p>
</td>
</tr>
</table>
<hr>
<h2><strong>Education</strong></h2>
<div class="normal-text">
<ul>
<li>Sheng Fu Road Elementary School</li>
<br>
<li> <a href="https://www.cusdk8.org/hyde">Hyde Middle School</a></li>
<br>
<li> <a href="https://westmont.cuhsd.org/">Westmont High School</a></li>
<br>
<li> <a href="https://uci.edu/">University of California, Irvine</a></li>
<br>
</ul>
</div>
<hr>
<h2><strong>My Hobbies</strong></h2>
<ol class="normal-text">
<li>Guitar</li>
<br>
<li>Photography</li>
<br>
<li>Coding</li>
<br>
<li>Reading</li>
</ol>
<hr>
<h2><strong>Work Experience</strong></h2>
<table cellspacing="20" class="normal-text">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2018 </td>
<td>Manufacturing Engineer at Bentek Corp.</td>
</tr>
<tr>
<td>2020 </td>
<td>Google CSSI Scholar</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h2><strong>My Skills</strong></h2>
<table cellspacing="20" class="normal-text">
<tbody>
<tr>
<td>Javascript </td>
<td>⭐️⭐️⭐️</td>
<td>Java </td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>HTML </td>
<td>⭐️⭐️⭐️</td>
<td>CSS </td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>Python </td>
<td>⭐️</td>
<td>Photography </td>
<td>⭐️⭐️</td>
</tr>
</tbody>
</table>
<hr>
<h2><strong><a href="Projects.html">My Projects</a></strong></h2>
<br>
<hr>
<br>
<h2 class="center"><strong>Contact Me</strong></h2>
<br>
<div class="normal-text" align="center" >
<form class="" action="mailto: daniellan2002@gmail.com" method="post" enctype="text/plain">
<label>Your Name: </label><br>
<input type="text" name="yourName" value=""><br>
<label>Your Email:</label><br>
<input type="email" name="yourEmail" value=""><br>
<label>Your Message</label><br>
<textarea name="yourMessage" rows="10" cols="30"></textarea><br>
<input type="submit" name="" value="Submit">
</form>
</div>
</body>
</html>