forked from cloverForbes/old-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="icon" href="images/raised_fist.png">
<link href="https://fonts.googleapis.com/css?family=Forum" rel="stylesheet">
<script src="js/jquery.js"></script>
<script src="js/works.js"></script>
<script src="js/script.js"></script>
<title>Solidarity Designs</title>
</head>
<body>
<div class="container">
<div class="menu-bar">
<ul id="list">
<li><a id="Work" href="#">Work</li></a>
<li><a id="About" href="#">About</li></a>
<li><a id="Contact" href="#">Contact</li></a>
</ul>
</div>
</div>
<div class="Work">
<h1 class="Header">Work</h1>
<div class="work-list">
</div>
</div>
<div class="About">
<h1 class="Header">About</h1>
<div class="about-us">
<p>
Solidarity Designs is a worker controlled website design and development studio located in Harrisonburg, Va. Here at Solidarity designs, we are focused on the design and development of modern websites focusing on artists, bands, and local businesses. Our team is comprised of students studying at JMU.
</p>
</div>
</div>
<div class="Contact">
<h1 class="Header">Contact</h1>
<div class="about-us">
<h1>[email protected]</h1>
<h2>917-555-5555</h2>
</div>
</div>
</body>
</html>