-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (215 loc) · 9.77 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<title>MGHMay</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./resources/styles.css">
<link rel="icon" type="image/x-icon" href="./resources/images/favicon-16x16.png">
<script src="https://kit.fontawesome.com/62bcea50ce.js" crossorigin="anonymous"></script>
<script src="./resources/jquery-3.6.0.js"></script>
<script src="https://kit.fontawesome.com/8913c26b56.js" crossorigin="anonymous"></script>
</head>
<body>
<div class = 'grid wrapper'>
<nav id="navbar">
<div id = "links">
<ul>
<li class="top-fade right-fade"><a href="#welcome">Welcome</a></li>
<li class="top-fade" ><a href="#projects">Projects</a></li>
<li class="top-fade"><a href="#about">About</a></li>
<li class="top-fade right-fade"><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<div id ="mobile-menu">
<a href="javascript:void(0);">
<i class="icon fa fa-bars"></i>
</a>
</div>
<header role = "banner" id = "welcome" class = "main-header light-background dark-text flex">
<div class = "container">
<h1 class = main-h1>
MGHMay design
</h1>
<span role ="presentation" class = "tag">
Sleek, minimalist websites.
</span>
</div>
</header>
<main>
<div class = "grid main-container">
<section id = "projects" class = "dark-text">
<p>Here are some of my projects</p>
<!-- Container for the image gallery -->
<div class = "gallery">
<!-- Full-width images with number text and overlay -->
<div class = "slides">
<div class = "number-text">1 / 7</div>
<img id = "chore-bot" src = "resources/images/JS-gallery-images/chore-bot.jpg">
<div class="overlay">
<a href="https://www.mghmay.co.uk/chore-bot" target="_blank">
<div class="img-text">
A Javascript find and seek game.
</div>
</a>
</div>
</div>
<div class = "slides">
<div class = "number-text">2 / 7</div>
<img id = "milk-floats" src = "resources/images/JS-gallery-images/custom-milk-floats.jpg">
<div class="overlay">
<a href="https://www.mghmay.co.uk/custom-milk-floats" target="_blank">
<div class="img-text">
A bespoke company site
</div>
</a>
</div>
</div>
<div class = "slides">
<div class = "number-text">3 / 7</div>
<img id = "mixed-messages" src = "resources/images/JS-gallery-images/mixed-messages.jpg">
<div class="overlay">
<a href="https://github.com/mghmay/mixed-messages" target="_blank">
<div class="img-text">
A madlib generator using node.js
</div>
</a>
</div>
</div>
<div class = "slides">
<div class = "number-text">4 / 7</div>
<img id = "product-landing" src = "resources/images/JS-gallery-images/product-landing.jpg">
<div class="overlay">
<a href="https://www.mghmay.co.uk/product-landing-page" target="_blank">
<div class="img-text">
A company landing page with products
</div>
</a>
</div>
</div>
<div class = "slides">
<div class = "number-text">5 / 7</div>
<img id = "technical-page" src = "resources/images/JS-gallery-images/technical-page.jpg">
<div class="overlay">
<a href="https://www.mghmay.co.uk/technical-page" target="_blank">
<div class="img-text">
A page for technical documentation
</div>
</a>
</div>
</div>
<div class = "slides">
<div class = "number-text">6 / 7</div>
<img id = "tribute-page" src = "resources/images/JS-gallery-images/tribute-page.jpg">
<div class="overlay">
<a href="https://www.mghmay.co.uk/tribute-page" target="_blank">
<div class="img-text">
A tribute to Marie Curie
</div>
</a>
</div>
</div>
<div class = "slides">
<div class = "number-text">7 / 7</div>
<img id = "village-green" src = "resources/images/JS-gallery-images/village-green-pres.jpg">
<div class="overlay">
<a href="https://www.mghmay.co.uk/village-green-preservation-society" target="_blank">
<div class="img-text">
A website for a local community group
</div>
</a>
</div>
</div>
<!-- Next and previous buttons -->
<a id = "prev" class = "cursor">
<i class="fa-solid fa-arrow-left"></i>
</a>
<a id = "next" class = "cursor">
<i class="fa-solid fa-arrow-right"></i>
</a>
<!-- Thumbnail images -->
<div class = "grid mini-img-container">
<div class = "mini-img">
<img id = "chore-bot-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/chore-bot.jpg" alt = "Javascript game icon">
</div>
<div class = "mini-img">
<img id = "custom-milk-floats-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/custom-milk-floats.jpg" alt = "Business site icon">
</div>
<div class = "mini-img">
<img id = "mixed-messages-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/mixed-messages.jpg" alt = "Node javascript icon">
</div>
<div class = "mini-img">
<img id = "product-landing-page-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/product-landing.jpg" alt = "Business landing page icon">
</div>
<div class = "mini-img">
<img id = "techical-document-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/technical-page.jpg" alt = "Technical page icon">
</div>
<div class = "mini-img">
<img id = "tribute-page-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/tribute-page.jpg" alt = "Tribute page icon">
</div>
<div class = "mini-img">
<img id = "village-green-mini" class = "demo cursor" src = "resources/images/JS-gallery-images/village-green-pres.jpg" alt = "Local community site">
</div>
</div>
</div>
</section>
<section id = "about" class = "light-text dark-background">
<p>Making dynamic, responsive webpages that work on all devices.</p>
<img src = "./resources/images/devices.png" class = 'responsive' alt = "devices">
</section>
<section id = "contact" class = "light-text dark-background">
<p>Fancy a chat?</p>
<ul>
<li>
<a href = "https://www.linkedin.com/in/mghmay" target = "_blank" >
<i class = "icon fab fa-linkedin-in" alt = "Contact me on Linked In">
</i>
</a>
</li>
<li>
<a href = "mailto: [email protected]" target = "_blank" >
<i class="icon fab fa-solid fa-at" alt = "Email me">
</i>
</a>
</li>
<li>
<a href = "tel: +447895068818" target = "_blank" >
<i class="icon fab fa-whatsapp" alt = "Whatsapp Me">
</i>
</a>
</li>
<li>
<a href = "https://github.com/mghmay" target="_blank" id = "profile-link" >
<i class="icon fab fa-github" alt="My Github">
</i>
</a>
</li>
</ul>
<!-- The below form is a work in progress, The structure is there but I don't have the back end yet.
<p class="text-center description">
Or fill in a form
<span>
<a href = "./contact.html" alt = "Click here to fill in a form">here</a>
</a>
</span>
</p>-->
</section>
</div>
</main>
<footer role="contentinfo" class = "light-text dark-background">
Copyright © Mathew May 2022
<br>
Device icons made by
<a href="https://www.flaticon.com/authors/xnimrodx" title="xnimrodx">
xnimrodx
</a>
from
<a href="https://www.flaticon.com/" title="Flaticon">
www.flaticon.com
</a>
</footer>
</div>
<script src="./resources/script.js"></script>
</body>
</html>