Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

top images #591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 150 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,150 @@
/* Should be empty until you compile your LESS */
/* Your Code Goes Here */
html {
background-color: red;
}
/*------------------------------------*\
RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0b1 | 201101
NOTE:WORK IN PROGRESS
USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: ’’;
content: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-family: 'Roboto, Arial, sans-serif';
}
.container {
max-width: 1024px;
margin: 0 auto;
}
184 changes: 122 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,87 +10,147 @@
<![endif]-->
</head>

<div class="container">
<body>

<h1>You got this! Good luck.</h1>

<!-- Menu Content
S&J
<div class="nav-container">
<div class="navigation">
<h2>S&J</h2>
<nav>
<a href="#">Home</a>
<a href="/services.html">Services</a>
<a href="/contact.html">Contact</a>
</nav>
</div>
</div>

Home
Services
Contact
-->


<!-- Home Page Content:

Integrity,
Excellence,
Progress.

Smith & Jones Architects

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

Learn More

Futuristic Designs

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

View Designs

Recent Projects

THE VILLAS
<header>

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.

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.

OUTSKIRTS

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.

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.
<h1>
Integrity,</br>
Excellence,</br>
Progress.
</h1>
</header>


THE BLOCKS
<section class="smith">
<h2>Smith & Jones Architects</h2>

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>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>

<div class="btn">Learn More</div>

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.
</section>

-->

<!-- FOOTER CONTENT
Interested in starting a project?
Let’s talk:
<section class="future">
<h2>Futuristic Designs</h2>

Enter email
<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>

We'll never share your email with anyone else.
<div class="btn">View Designs</div>
</section>

New York
123 Lane
Suite 100
Albany, NY 12345
202 555 0144
<section class="recent">
<h2>Recent Projects</h2>

Florida
Ocean Drive
Suite 201
Orlando, FL 22345
502 555 0144
<div class="villas">
<h3>THE VILLAS</h3>

California
Mountain Street
Suite 105
San Diego, CA 22345
702 555 0144
<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>

<div class="outskirts">
<h3>OUTSKIRTS</h3>

<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>

<div class="blocks">
<h3>THE BLOCKS</h3>
<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>

</section>

<div class="footer-container">
<footer>
<div>
FOOTER CONTENT
<h4>
Interested in starting a project?
Let’s talk:
</h4>

<input type="email" placeholder="Enter email">

<p>We'll never share your email with anyone else.</p>
</div>

<div>
<p>
New York,<br/>
123 Lane<br>
Suite 100 <br>
Albany, NY 12345 <br>
202 555 0144 <br>
</p>

</div>

<div>
<p>
Florida <br>
Ocean Drive <br>
Suite 201<br>
Orlando, FL 22345<br>
502 555 0144 <br>
</p>

</div>

<div>
<p>
California <br>
Mountain Street <br>
Suite 105 <br>
San Diego, CA 22345 <br>
702 555 0144 <br>
</p>
</div>

<div class="copyright">
Copyright © 2018 Smith and Jones
</div>

</footer>

</div>

Copyright © 2018 Smith and Jones
-->
<script src="js/index.js"></script>
</body>
</div>
</html>
13 changes: 13 additions & 0 deletions less/global.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* {
box-sizing: border-box;
}

html {
font-size: 62.5%;
font-family: 'Roboto, Arial, sans-serif';
}

.container {
max-width: 1024px;
margin: 0 auto;
}
Loading