-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
142 lines (136 loc) · 6.51 KB
/
Copy pathabout.html
File metadata and controls
142 lines (136 loc) · 6.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sam Lee's personal website</title>
<script src="js/script.js"></script>
<!-- style -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- favicon -->
<link rel="shortcut icon" href="icon/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="icon/favicon-152.png">
<link rel="icon" href="icon/favicon-64.png">
<link rel="icon" href="icon/favicon-16.png" sizes="16x16">
<link rel="icon" href="icon/favicon-32.png" sizes="32x32">
<link rel="icon" href="icon/favicon-48.png" sizes="48x48">
<link rel="icon" href="icon/favicon-64.png" sizes="64x64">
<link rel="icon" href="icon/favicon-128.png" sizes="128x128">
<!-- web font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Anek+Gujarati:wght@200;400;700&display=swap"
rel="stylesheet">
</head>
<body>
<div id="wrap">
<header id="header">
<a href="index.html"><img src="image/name.png" alt="Sam Lee"></a>
<div class="header-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<section id="aboutme">
<div class="books">
<article>1 book / month</article>
<ol>
<ul><a href="https://g.co/kgs/b77zJz"><img src="image/b1.png" alt="travel1"></a></ul>
<ul><a href="https://books.google.ca/books?id=KxWcugEACAAJ&source=gbs_book_other_versions"><img src="image/b2.png" alt="book2"></a></ul>
</ol>
</div>
<div class="travel">
<article>Travel</article>
<ol>
<ul><a href="https://en.wikipedia.org/wiki/Washington_Square_Park"><img src="image/1-3.png" alt="travel1"></a></ul>
<ul><a href="https://en.wikipedia.org/wiki/Dazaifu,_Fukuoka"></a><img src="image/1-2.png" alt="travel2"></ul>
</ol>
</div>
<div class="hobby">
<article>Hobby</article>
<ol>
<ul><img src="image/1-5.png" alt="coffee1"></ul>
<ul><img src="image/c-01.png" alt="financial1"></ul>
</ol>
</div>
</section>
<section id="content2">
<div class="article_box1">
<span>Site Map</span>
<ul>
<li><a href="index.html"></a>Home</li>
<li><a href="about.html"></a>About Me</li>
<li><a href="project.html"></a>Project</li>
<li><a href="contact.html"></a>Contact</li>
</ul>
</div>
<div class="article_box2">
<span>Stay Connected</span>
<p>Subscribe the newsletter!</p>
<img src="image/icon5.png" alt="newsletter">
<div class="login_contents">
<form id="regEx" method="post" action="http://symlink.dk/code/php/submit/">
<ol>
<li>
<label for="email" class="ir_su">ID</label>
<input type="text" id="email" name="email" class="input_text"
placeholder="me@example.com">
</li>
<li>
<div class="email_error error" id="email_error">*Please enter a valid email address
</div>
</li>
<button onclick="myFunction()">Subcribe</button>
<script>
function myFunction() {
alert("Thanks for the subscription!");
}
</script>
</ol>
</form>
</div>
</div>
<div class="article_box3">
<span>PDF Portfolio</span>
<p>Download PDF version of the portfolio</p>
<img src="image/icon6.png" alt="portfolio">
</div>
<div class="article_box4">
<span>Contact Info</span>
<div class="contact-icon">
<ul>
<li><img src="image/name.png" alt="name"></li>
<li><a href="https://github.com/DevSamLee" class="gitHub"><i class="fa fa-github" aria-hidden="true"></i>Github</a></li>
<li><a href="https://www.linkedin.com/in/sam-lee-dev" class="linkedIn"><i class="fa fa-linkedin-square" aria-hidden="true"></i>LinkedIn</a></li>
<li><a href="hlee32@academic.rrc.ca" class="email"><i class="fa fa-envelope-open" aria-hidden="true"></i>Email</a></li>
</ul>
</div>
</section>
<footer id="footer">
<div class="footer">
<ul>
<li><a href="#">Accessibility</a></li>
<li><a href="#">Maps</a></li>
<li><a href="#">Newsletters</a></li>
<li><a href="#">Safety and Security</a></li>
<li><a href="#">Social media</a></li>
</ul>
<address>
<address>
Copyright© https://github.com/DevSamLee All Right Reserved
</address>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>
</html>