-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (45 loc) · 1.52 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Me</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Styling*/
.header {
text-align: center;
}
.header h1 {
font-size: 50px;
}
</style>
<link rel="icon" href="icons8-shrek-48.png">
</head>
<body>
<div class="header">
<h1>About Me</h1>
<p>
Email: [email protected]
</p>
<p>
I (Alex Li) am a rising Sophmore at WPI studying Computer Science. This mock halfass version of an about me page is intended to review my knowledge of html and css, as well as allowing me to realize what I have done so far with my life.
</p>
<p>
I am taking more CS classes during my sophmroe year since in my freshamn year I came in as a different major, but I have intrest in the field of CS and hope to have a good career in this field.
</p>
<embed src="RESUME2023.pdf" width="900px" height="900px" />
<p>
Sources to my Work so far:
</p>
<p>
<a href="https://github.com/alexli888" target="_blank"> <img class="img-fluid" alt = "github" width = "60px" src="https://1000logos.net/wp-content/uploads/2021/05/GitHub-logo.png"> </a>
</p>
<p>
<a href="https://www.linkedin.com/in/alex-li-59471623a/" target="_blank"> <img class="img-fluid" alt = "linkedin link" width = "30px" src="https://cdns.iconmonstr.com/wp-content/releases/preview/2012/240/iconmonstr-linkedin-3.png"> </a>
</p>
</div>
</body>
</html>