-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
145 lines (139 loc) · 6.87 KB
/
contact.html
File metadata and controls
145 lines (139 loc) · 6.87 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
<!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="contact">
<div class="form">
<form method="post" id="regEx" action="http://symlink.dk/code/php/submit/">
<fieldset>
<h2 class="title">Send me a message!</h2>
<img src="image/contact.jpg" alt="contact">
<div class="formfield">
<label for="name" class="user">Name:</label>
<input type="text" id="name" name="name" size="30" maxlength="15" value="" autofocus="autofocus" />
<div class="user_error error" id="name_error">* Please enter your name.</div>
</div>
<div class="formfield">
<label for="email" class="user">Email:</label>
<input type="text" id="email" name="email" size="30" maxlength="40" />
<div class="user_error error" id="email_error">* Please enter your email address.</div>
<input type="checkbox" id="checkbox" name="checkbox" value="check">
<label for="checkbox" class="user"> I'd like to get response.</label>
<br>
<br>
<label for="message">Message</label>
</div>
<div class="formfield">
<textarea id="message" name="message" rows="1" cols="2"></textarea>
<div class="user_error error" id="message_error">* Please enter your message.</div>
</div>
<div class="formfield">
<input type="reset" value="Clear" />
<input type="submit" value="Send" />
</div>
</fieldset>
</form>
</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="formfield">
<ol>
<li>
<label for="sub_email" class="ir_su">email</label>
<input type="text" id="sub_email" name="sub_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>