-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.27 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.27 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
<!DOCTYPE html>
<link rel="stylesheet" href="styles.css">
<body>
<main id="main">
<h1 id="title">Ben Lloyd</h1>
<p id="tribute-info">
I am a Digital Degree Apprentice for Resonate Ltd,
currently learning Javascript, React and SQL.<br>
Click the links below to contact me or view my work!
</p>
<div class="flex-container">
<div id="img-div" class="flex-child">
<a id="tribute-link" target="_blank" href="https://github.com"><img id="image" src="./github.png"></a>
<div id="img-caption">
<h2>GitHub</h2>
</div>
</div>
<div id="img-div" class="flex-child">
<a id="tribute-link" target="_blank" href="https://linkedin.com"><img id="image2" src="./linkedin.png"></a>
<div id="img-caption">
<h2>LinkedIn</h2>
</div>
</div>
<div id="img-div" class="flex-child">
<a id="tribute-link" target="_blank" href="https://twitter.com"><img id="image3" src="./twitter.png"></a>
<div id="img-caption">
<h2>Twitter</h2>
</div>
</div>
</div>
</main>
</body>