-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (133 loc) · 6.46 KB
/
index.html
File metadata and controls
186 lines (133 loc) · 6.46 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Daniel Lan</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/9e020e1969.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<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 href="https://fonts.googleapis.com/css2?family=Allura&family=Roboto:wght@100&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="icon" href="CSS - My Site Images/letter-d.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="text/javascript">
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>
<!-- Top Picture and Name -->
<div class="first-container ">
<img class="top-cloud animate__animated animate__backInLeft" src="CSS - My Site Images/cloud.png" alt="cloud1">
<h1 class="animate__animated animate__tada">
<bold>I'm Daniel</bold>
</h1>
<h2 class="programmer animate__bounceInRight">A <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud animate__animated animate__backInRight" src="CSS - My Site Images/cloud.png" alt="cloud2">
<img class="mountain" src="CSS - My Site Images/mountain.png" alt="mountain">
</div>
<!-- Introduction / Summary -->
<div class="introduction-summary">
<div class="profile">
<img class="profile-picture" src="CSS - My Site Images/Daniel-Profile.jpg" alt="">
<h2 class="hello" data-aos="fade-left">Hello 你好 Hola Namaste こんにちは.</h2>
<p class="medium-text">I am a full-time Copmuter Science and Engineering student at UCI with an emphasis on Machine Learning and AI.</p>
</div>
<hr>
<!-- Experiences -->
<div class="skills" >
<h2 class="white-title-texts" data-aos="fade-up">My Experiences.</h2>
<div class="skill-row">
<a href="Personal-Projects.html">
<img class="skills-pictures btn1" src="CSS - My Site Images/Web-Dev.png" alt="">
</a>
<h3>Personal Projects</h3>
<p>Click Through to check out my projects! Also a playable game at the end for you to challenge yourself!</p>
</div>
<div class="skill-row2">
<a href="Hackathon-Projects.html">
<img class="skills-pictures2 btn1" src="CSS - My Site Images/Computer-Programming.png" alt="">
</a>
<h3>Hackathon Projects</h3>
<p>See what I made at Hackathons! </p>
</div>
</div>
</div>
<hr>
<!-- Technologies -->
<div class="technologies">
<h2 data-aos="fade-right">Technologies.</h2>
<div class="tech-container">
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon fab fa-python fa-3x"></i>
<h3 id="features-text">Python.</h3>
<p>Proficient</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fab fa-js fa-3x"></i>
<h3 id="features-text">JavaScript</h3>
<p>Proficient</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fab fa-angular fa-3x"></i>
<h3 id="features-text">Angular</h3>
<p>Intermediate</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fab fa-laptop-code fa-3x"></i>
<h3 id="features-text">C++</h3>
<p>Proficient</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fab fa-java fa-3x"></i>
<h3 id="features-text">Java</h3>
<p>Proficient</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fab fa-leaf fa-3x"></i>
<h3 id="features-text">MongoDB</h3>
<p>Intermediate</p>
</div>
</div>
</div>
</div>
<!-- Copy and Paste Me -->
<hr>
<div class="contact-me">
<h2 data-aos="fade-down">Get In Touch</h2>
<h3 class="availabilities">I'm available for internships and work opportunities!</h3>
<p class="availabilities">If you have awesome project ideas, feel free to contact me, I'm excited to work on some cool projects!</p>
<a class="myButton" href="mailto:daniellan2002@gmail.com" >Contact Me</a>
</div>
<div class="bottom-color">
<br>
<a class="footer-link" href="https://www.linkedin.com/in/tianyi-daniel-lan-671819164/">LinkedIn</a>
<a class="footer-link" href="https://github.com/daniellan2002">Github</a>
<a class="footer-link" href="https://students4hospitals.org/">Website</a>
<div class="social-media">
<button type="button" class="btn btn-light btn-sm social-media"><i class="fab fa-twitter fa-1.5x"></i></button>
<button onclick="location.href='https://www.facebook.com/profile.php?id=100009908138394'"type="button" class="btn btn-light btn-sm social-media"><i class="fab fa-facebook fa-1.5x"></i></button>
<button onclick="location.href='https://www.instagram.com/daniel_t_lan/?hl=en'"type="button" class="btn btn-light btn-sm social-media"><i class="fab fa-instagram fa-1.5x"></i></button>
<button type="button" class="btn btn-light btn-sm social-media"><i class="fa fa-envelope fa-1.5x"></i></button>
</div>
<p>© 2021 Daniel Lan.</p>
</div>
</div>
</body>
</html>