-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinkspage.html
71 lines (67 loc) · 3.17 KB
/
Linkspage.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="grid.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Devin Snell">
<meta name="date" content="2020-11-01">
<title>Links</title>
</head>
<body>
<header>
<nav>
<div class="row">
<ul class="main-nav">
<li><a href="https://d1gg1e.github.io/">Home</a></li>
<li><a href="https://d1gg1e.github.io/Terms.html">Laser Engraving Terms</a></li>
<li><a href="https://d1gg1e.github.io/Linkspage.html">Links</a></li>
<li><a href="https://d1gg1e.github.io/Multimediapage.html">Multimedia</a></li>
<li><a href="https://d1gg1e.github.io/SimpleSkill.html">Simple Skill</a></li>
</ul>
</div>
</nav>
<section class="section-features">
<div class="row">
<h2>Links</h2>
<p class="long-copy">Here are some of my other hobbies</p>
</div>
<div class="row">
<div class="col span-1-of-4 box">
<ul class="link-showcase clearfix">
<figure class="link-photo">
<h3>Woodworking</h3>
<a href="https://www.wikihow.com/Learn-Carpentry" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Woodworking_Tools_at_the_Women%27s_Woodshop_in_Minneapolis%2C_MN.jpg/1920px-Woodworking_Tools_at_the_Women%27s_Woodshop_in_Minneapolis%2C_MN.jpg" alt="Carpentry"/>
</a>
</div>
<div class="col span-1-of-4 box">
<ul class="link-showcase clearfix">
<figure class="link-photo">
<h3>Korean</h3>
<a href="https://www.howtostudykorean.com/" target="_blank">
<img src="https://i2.wp.com/lindiebotes.com/wp-content/uploads/2020/05/2.jpg?resize=1536%2C1023&ssl=1" alt="Korean"/>
</a>
</div>
<div class="col span-1-of-4 box">
<ul class="link-showcase clearfix">
<figure class="link-photo">
<h3>Public Speaking</h3>
<a href="https://www.toastmasters.org/" target="_blank">
<img src="https://target-talk.eu/sites/target-talk.eu/files/styles/article_image/public/2019-04/toastmasters.jpg?itok=ijuntexF" alt="Public-speaking"/>
</a>
</div>
<div class="col span-1-of-4 box">
<ul class="link-showcase clearfix">
<figure class="link-photo">
<h3>Performing</h3>
<a href="https://www.wikihow.com/Do-Improv-Comedy" target="_blank">
<img src="https://farm4.static.flickr.com/3397/3552276930_32da5b64eb.jpg" alt="Performing"/>
</a>
</div>
</div>
</section>
</body>
</html>