-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
136 lines (130 loc) · 6.24 KB
/
project.html
File metadata and controls
136 lines (130 loc) · 6.24 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
<!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="project">
<div class="p1">
<article>Standard & Responsive Website</article>
<ol>
<ul><a href="https://github.com/DevSamLee/StandardWeb2"><img src="image/2-1.png" alt="project1"></a></ul>
<ul><a href="https://github.com/DevSamLee/ResponsiveWeb"><img src="image/2-2.png" alt="project2"></a></ul>
</ol>
</div>
<div class="p2">
<article>Figma Project</article>
<ol>
<ul><a href="https://github.com/DevSamLee/BasicFigmaTutorial"><img src="image/2-3.png" alt="project3"></a></ul>
<ul><a href="https://github.com/DevSamLee/BasicFigmaTutorial"></a><img src="image/2-5.png" alt="project4"></ul>
</ol>
</div>
<div class="p3">
<article>Toy Project</article>
<ol>
<ul><a href="https://github.com/DevSamLee/FindMySpeakers"><img src="image/2-4.png" alt="project5"></a></ul>
<ul><a href="https://github.com/DevSamLee/WhatACupOfCoffeeCosts"><img src="image/2-6.png" alt="project6"></a></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">
<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>
<button onclick="myFunction()">Subcribe</button>
<script>
function myFunction() {
alert("Thanks for the subscription!");
}
</script>
</ol>
</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>