-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathftsoc.html
66 lines (44 loc) · 1.81 KB
/
ftsoc.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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>FROM THE SWEAT OF CHILDREN</title>
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="menu-icon">
<span class="menu-icon__line menu-icon__line-left"></span>
<span class="menu-icon__line"></span>
<span class="menu-icon__line menu-icon__line-right"></span>
</div>
<div class="nav">
<div class="nav__content">
<ul class="nav__list">
<a href="about.html"><li class="nav__list-item">About</li></a>
<a href="issues.html"><li class="nav__list-item">Issues</li></a>
<a href="projects.html"><li class="nav__list-item">Projects</li></a>
</ul>
</div>
</div>
<div class="logo">
<a href="index.html"><img src="JDLogo.gif" width="100 px"></a>
</div>
<div class="site-content">
<h1>FROM THE SWEAT OF CHILDREN</h1>
<p>From the Sweat of Children was an installation done by Jane Doe. The mission was to bring attention to consumers, organizations, and businesses about the issues of child labor through an environmental installation in the heart of Michigan State University’s campus. This installation included: vinyl sayings and icons, signage, handouts, and t-shirts.</p>
</div>
<div class="picture">
<img src="IMG_5970bw.jpg"><br><br>
<img src="IMG_59842bw.jpg"><br><br>
<img src="IMG_6010bw.jpg"><br><br>
<img src="IMG_6006bw.jpg"><br><br>
<img src="IMG_5958bw.jpg"><br><br>
<img src="IMG_5942bw.jpg"><br><br>
<img src="IMG_5981bw.jpg">
</div>
<script src="js/index.js"></script>
</body>
</html>