-
Notifications
You must be signed in to change notification settings - Fork 0
/
sewing.html
110 lines (87 loc) · 4.47 KB
/
sewing.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
<!DOCTYPE html>
<html lang="en">
<!---Link to CSS-->
<link rel="stylesheet" type="text/css" href="../Personal.website/mystylesheet.css" media="all" />
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-153108134-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-153108134-1');
</script>
<meta charset="utf-8">
<title>Gemma Druce Personal Website - sewing</title>
<meta name="viewport" content="width=device-width,initial-scale=1, shrink-to-fit=no">
<!---Link to CSS-->
<link rel="stylesheet" type="text/css" href="../Personal.website/mystylesheet.css" media="all" />
<script src="myjava.js"></script>
</head>
<body>
<header>
<nav>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="../Personal.website/index.html">Home</a>
<a href="https://achanceofcider.wordpress.com/" target="_blank">A Chance of Cider</a>
<a href="../Personal.website/projects.html">Projects</a>
<a href="../Personal.website/Contact.html">Contact</a>
</div>
<span class="menubutton" onclick="openNav()">☰</span>
</nav>
<a href="projects.html">
<div class="backbutton">
<p class="backbuttontext">All Projects</p>
</div>
</a>
</header>
<div class="backgroundscroll">
<div class="backgroundimage3">
<div class="container box">
<h2>Sewing</h2>
</div>
</div>
</div>
<div class="intro">
<p>When I moved to London I decided it would be nice to get into sewing and make some outfits that I wanted,
but couldn’t find in the shops! So that’s what I did and I’m pretty happy that I am on the way to being
a fairly good seamstress. My biggest problem is finding the time to do it!</p>
</div>
<!-- boxes being added for sewing projects-->
<section class="Grid-for-box">
<img class="myImages" id="myImg" src="../Personal.website/images/Glyndebourne2017.jpg"
alt="Based on Satine's dress from the Moulin Rouge, created a ballgown to visit an Opera at Glyndebourne in 2017">
<img class="myImages" id="myImg" src="../Personal.website/images/Glyndebourne2019.jpg"
alt="Attended Glyndebourne 2019 with a dress in the style of Tiana from Princess and the Frog with lace on the skirt that blends into nature">
<img class="myImages" id="myImg" src="../Personal.website/images/Sewing.Cape2016.jpg"
alt="Created a fairy-tale vintage winter cape in autumnal colours">
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close">×</span>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="img01">
<!-- Modal Caption (Image Text) -->
<div id="caption"></div>
</div>
</section>
<!-- END OF boxes being added for sewing projects-->
<footer>
<p>Check out my social media here</p>
<a href="https://www.instagram.com/gemmadruce/?hl=en" target="_blank" title="Instagram">
<img src="../Personal.website/images/social-instagram.jpg" alt="Instagram">
</a>
<a href="https://uk.linkedin.com/in/gemma-druce-7415937b" target="_blank" title="LinkedIn">
<img src="../Personal.website/images/social-linkedin.png" alt="LinkedIn">
</a>
<a href="https://achanceofcider.wordpress.com/" target="_blank" title="Cider Blog on WordPress">
<img src="../Personal.website/images/social-wordpress.jpg" alt="WordPress">
</a>
<a href="https://twitter.com/GemmaDruce" target="_blank" title="Twitter">
<img src="../Personal.website/images/social-twitter.png" alt="Twitter">
</a>
</footer>
<script type="text/javascript" src="myjava.js"></script>
</body>
</html>