-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
187 lines (181 loc) · 6.26 KB
/
contact.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
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
187
<!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>Contact me</title>
<link rel="stylesheet" href="./css/contact.css" />
<script
src="https://kit.fontawesome.com/adb4fef6e8.js"
crossorigin="anonymous"
></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar">
<div class="nav-title">
<h1>Sean Muir</h1>
</div>
<div class="nav-links">
<ul>
<li class="nav-link"><a href="/index.html">Blog</a></li>
<li class="nav-link"><a href="/about.html">About me</a></li>
<li class="nav-link"><a href="#" class="active">Contact me</a></li>
</ul>
</div>
<div class="hamburger-menu">
<a href="javascript:void(0)"
><img
src="./images/menu-burger-free-icon-font.svg"
alt=""
style="width: 30px; height: 30px"
/></a>
</div>
</nav>
<header>
<div class="header-content">
<div class="breadcrumbs">
<ul class="breadcrumb">
<li><a href="/index.html">BLOG</a></li>
<li><a href="/about.html">CONTACT</a></li>
</ul>
</div>
<h1>Contact</h1>
</div>
</header>
<section class="contact">
<h1>Get in Touch</h1>
<div class="contact-form">
<div class="contact-information">
<div class="location">
<i class="fa-solid fa-location-dot"></i> Enbackagården 32, Sigtuna,
Sweden
</div>
<div class="email" style="margin-top: 1em">
<i class="fa-solid fa-envelope"></i> seanmuirdev@kwontol.com
</div>
<div class="phone" style="margin-top: 1em">
<i class="fa-solid fa-phone"></i> +46 0525-3190342
</div>
<div class="contact-socials">
<h4>Find me on</h4>
<div class="icons">
<div class="instagram icon">
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
<div class="facebook icon">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
</div>
<div class="twitter icon">
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="linkedin icon">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
</div>
<div class="github icon">
<a href="#"><i class="fa-brands fa-github"></i></a>
</div>
<div class="discord icon">
<a href="#"><i class="fa-brands fa-discord"></i></a>
</div>
</div>
</div>
</div>
<form>
<input type="text" placeholder="Sean Muir" id="nameInput" />
<input type="email" placeholder="seanmuirdev@kwontol.com" />
<textarea
name="MessageBox"
id=""
cols="30"
rows="10"
placeholder="Your message"
></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<section class="newsletter">
<h1>Subscribe to my email newsletter to get the latest updates</h1>
<div class="newsletter-input-field">
<input type="text" id="email" placeholder="seanmuir77@gmail.com" />
<button>Subscribe</button>
</div>
</section>
<footer class="footer">
<div class="footer-about">
<h1>Sean Muir</h1>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio magni
facere quo vero nulla aut fugiat recusandae corrupti aspernatur dicta!
</p>
<div class="socials">
<div class="twitter social-icon">
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="instagram social-icon">
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
<div class="facebook social-icon">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
</div>
<div class="github social-icon">
<a href="#"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
<div class="footer-links">
<h1>More</h1>
<div class="ft-links">
<ul>
<li class="footer-link"><a href="/posts.html">Posts</a></li>
<li class="footer-link"><a href="#">About me</a></li>
<li class="footer-link"><a href="#">Contact me</a></li>
</ul>
</div>
</div>
<div class="recent-posts">
<h1>My recent posts</h1>
<div class="footer-posts">
<div class="footer-post">
<img
src="./images/rear-view-programmer-working-all-night-long-min - Copy.jpg"
alt=""
/>
<p>Top 3 learning web 3.0 development resources</p>
</div>
<div class="footer-post">
<img
src="./images/laptop-with-program-code-isometric-icon-software-development-programming-applications-dark-neon_39422-971 - Copy.jpg"
alt=""
/>
<p>10 Do's and Dont's of web development</p>
</div>
<div class="footer-post">
<img
src="./images/calisthenics-instructor-trains-gymnast-rings_144627-77050 - Copy.jpg"
alt=""
/>
<p>How I balance my life as a coder and a calisthenics trainer</p>
</div>
</div>
</div>
<div class="contact-me">
<h1>Contact me</h1>
<div class="location contact-me-element">
<i class="fa-solid fa-location-dot"></i>
<p>Enbackagården 32, Sigtuna, Sweden</p>
</div>
<div class="phone contact-me-element">
<i class="fa-solid fa-phone"></i>
<p>+46 0525-3190342</p>
</div>
<div class="email contact-me-element">
<i class="fa-solid fa-envelope"></i>
<p>seanmuirdev@kwontol.com</p>
</div>
</div>
</footer>
</body>
</html>