-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (144 loc) · 8.64 KB
/
index.html
File metadata and controls
144 lines (144 loc) · 8.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TimelineMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/plugins/animation.gsap.js"></script>
<script src="js/scrollfx.js" async></script>
<script src="js/index.js" async></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="page-container">
<header class="page-header">
<div class="nav__top-bar">
<h1 class="nav__top-bar__logo-header">S&J</h1>
<input class="nav__top-bar__menu-button" type="image" src="img/nav-hamburger.png" alt="Show Menu">
</div>
<nav class="nav__menu nav__menu--closed">
<h2 class="outline-guide">Navigation Menu</h2>
<div class="nav__menu__top-area">
<span class="nav__menu__top-area__logo-header">S&J</span>
<input class="nav__menu__top-area__close-button" type="image" src="img/nav-hamburger-close.png" alt="Close Menu">
</div>
<div class="nav__menu__links">
<a href="#" class="nav__menu__links__item--selected">Home</a>
<a href="services.html" class="nav__menu__links__item">Services</a>
<a href="projects.html" class="nav__menu__links__item">Our Projects</a>
<a href="about.html" class="nav__menu__links__item">About Us</a>
<a href="contact.html" class="nav__menu__links__item">Contact</a>
</div>
</nav>
<div class="jumbotron-area">
<img class="desktop-image" src="img/home/home-jumbotron.png" alt="">
<img class="mobile-image" src="img/home/home-mobile-jumbotron.png" alt="">
<span class="jumbotron-header home">Integrity,<br>Excellence,<br>Progress.</span>
</div>
</header>
<main class="home-container">
<header class="home__intro">
<section class="home__intro__item scrollGroup1">
<div class="home__intro__item__text">
<h2 class="sub-header">Smith & Jones Architects</h2>
<p>Et sed autem causae appareat, tempor abhorreant te mei, facer facilisis sit ea. Eu timeam vidisse consectetuer sed. Duo etiam laboramus dissentiet in, nec no errem.</p>
<a href="about.html" class="home__intro__item__text__info-button">Learn More</a>
</div>
<figure class="home__intro__item__photo">
<img class="desktop-image" src="img/home/home-img-1.png" alt="Architectural plans">
<img class="mobile-image" src="img/home/home-mobile-img-1.png" alt="Architectural plans">
</figure>
</section>
<section class="home__intro__item scrollGroup2">
<div class="home__intro__item__text">
<h2 class="sub-header">Futuristic Designs</h2>
<p>Et sed autem causae appareat, tempor abhorreant te mei, facer facilisis sit ea. Eu timeam vidisse consectetuer sed. Duo etiam laboramus dissentiet in, nec no errem.</p>
<a href="projects.html" class="home__intro__item__text__info-button">View Designs</a>
</div>
<figure class="home__intro__item__photo">
<img class="desktop-image" src="img/home/home-img-2.png" alt="Futuristic design">
<img class="mobile-image" src="img/home/home-mobile-img-2.png" alt="Futuristic design">
</figure>
</section>
</header>
<article class="home__recent-proj">
<h2 class="sub-header scrollGroup3">Recent Projects</h2>
<article class="home__recent-proj__item scrollGroup3">
<h3 class="outline-guide">The Villas</h3>
<figure class="home__recent-proj__item__photo">
<img class="desktop-image" src="img/home/home-villas-img.png" alt="The Villas project">
<img class="mobile-image" src="img/home/home-mobile-villas-img.png" alt="The Villas project">
<figcaption class="home__recent-proj__item__photo__desc">THE VILLAS</figcaption>
</figure>
<div class="home__recent-proj__item__text">
<p>The Villas bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution.</p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p>
</div>
</article>
<article class="home__recent-proj__item scrollGroup4">
<h3 class="outline-guide">Outskirts</h3>
<figure class="home__recent-proj__item__photo">
<img class="desktop-image" src="img/home/home-outskirts-img.png" alt=" The Outskirts project">
<img class="mobile-image" src="img/home/home-mobile-outskirts-img.png" alt="The Outskirts project">
<figcaption class="home__recent-proj__item__photo__desc">OUTSKIRTS</figcaption>
</figure>
<div class="home__recent-proj__item__text">
<p>The Outskirts are amazing to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution.</p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line</p>
</div>
</article>
<article class="home__recent-proj__item scrollGroup5">
<h3 class="outline-guide">The Blocks</h3>
<figure class="home__recent-proj__item__photo">
<img class="desktop-image" src="img/home/home-the-blocks-img.png" alt="The Blocks project">
<img class="mobile-image" src="img/home/home-mobile-the-blocks-img.png" alt="The Blocks project">
<figcaption class="home__recent-proj__item__photo__desc">THE BLOCKS</figcaption>
</figure>
<div class="home__recent-proj__item__text">
<p>The Blocks are amazing to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. </p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p>
</div>
</article>
</article>
</main>
<footer class="page-footer">
<div class="footer__content">
<div class="footer__content__email-form">
<p class="footer-heading">Interested in starting a project?<br>Let's talk:</p>
<input type="email" placeholder="Enter email">
<p>We'll never share your email with anyone else.</p>
</div>
<address class="footer__content__address">
<p class="footer-heading footer__content__address__name">New York</p>
<p class="footer__content__address__street">123 Lane</p>
<p class="footer__content__address__suite">Suite 100</p>
<p class="footer__content__address__city-state-zip">Albany, NY 12345</p>
<p class="footer__content__address__contact-number">202 555 0144</p>
</address>
<address class="footer__content__address">
<p class="footer-heading footer__content__address__name">Florida</p>
<p class="footer__content__address__street">Ocean Drive</p>
<p class="footer__content__address__suite">Suite 201</p>
<p class="footer__content__address__city-state-zip">Orlando, FL 22345</p>
<p class="footer__content__address__contact-number">502 555 0144</p>
</address>
<address class="footer__content__address">
<p class="footer-heading footer__content__address__name">California</p>
<p class="footer__content__address__street">Mountain Street</p>
<p class="footer__content__address__suite">Suite 105</p>
<p class="footer__content__address__city-state-zip">San Diego, CA 22345</p>
<p class="footer__content__address__contact-number">702 555 0144</p>
</address>
</div>
<p class="footer__copyright">Copyright © 2018 Smith and Jones</p>
</footer>
</div>
</body>
</html>