-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.html
More file actions
151 lines (122 loc) · 5.76 KB
/
projects.html
File metadata and controls
151 lines (122 loc) · 5.76 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Projects</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="nav">
<div class="logo">S&J</div>
<img src="/img/nav-hamburger.png" alt="" class="nav-ham">
</header>
<nav>
<a class="link" href="index.html">Home</a>
<a class="link" href="services.html">Services</a>
<a class="link" href="projects.html">Projects</a>
<a class="link" href="#">Contact</a>
</nav>
<div class="p-header">
<div class="h1-div">
<h1>Projects</h1>
</div>
</div>
<div class="container">
<p>
We have architected and smarchiflected resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.
</p>
<div class="module-container">
<div class="img-content-container">
<div class ="image-container">
<img class='p-img shown' data-ptab="1" src="img/arches-architectural-design-architecture-135018 (1).jpg" />
<img class='p-img ' data-ptab="2" src="img/pexels-photo-109479.jpeg" />
<img class='p-img ' data-ptab="3" src="img/pexels-photo-236449.jpeg" />
<img class='p-img ' data-ptab="4" src="img/pexels-photo-258164.jpeg" />
</div>
<div class="p-tabs">
<div class="p-tab" data-ptab="1">The Attica</div>
<div class="p-tab" data-ptab="2">The Phorbis</div>
<div class="p-tab" data-ptab="3">Magis Capita</div>
<div class="p-tab" data-ptab="4">Libertium</div>
</div>
<div class="p-tab-content">
<div class="p-content shown" data-ptab="1">
<h2>The Attica</h2>
<div class="p-item-cont">
<div class="p-para">
<p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.<br>
</p>
</div>
</div>
</div>
<div class="p-content" data-ptab="2">
<h2>The Phorbis</h2>
<div class="p-item-cont">
<div class="p-para">
<p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.<br>
</p>
</div>
</div>
</div>
<div class="p-content" data-ptab="3">
<h2>Magis Capita</h2>
<div class="p-item-cont">
<div class="p-para">
<p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.<br>
</p>
</div>
</div>
</div>
<div class="p-content" data-ptab="4">
<h2>Libertium</h2>
<div class="p-item-cont">
<div class="p-para">
<p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.<br>
</p>
</div>
</div>
</div>
</div><!--tab content-->
</div>
</div><!--module container -->
</div>
<footer>
<div class="main-footer">
<div class="contact">
<h2>Interested in starting a project? <br>
Let’s talk:</h2>
<input type="text" value="Enter Email">
<h3>We'll never share your email with anyone else.</h3>
</div>
<div class="location">
<h2>New York</h2>
<p>123 Lane <br>
Suite 100 <br>
Albany, NY 12345 <br>
202 555 0144</p>
</div>
<div class="location">
<h2>Florida</h2>
<p>Ocean Drive <br>
Suite 201 <br>
Orlando, FL 22345 <br>
502 555 0144</p>
</div>
<div class="location">
<h2>California</h2>
<p>Mountain Street <br>
Suite 105 <br>
San Diego, CA 22345 <br>
702 555 0144</p>
</div>
</div>
<h4 class="copyright">Copyright © 2018 Smith and Jones</h4>
</footer>
<script src="js/index.js"></script>
</body>
</html>