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

Jenni vest #1543

Open
wants to merge 7 commits 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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
74 changes: 73 additions & 1 deletion great-idea/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,76 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Copy and paste your work from yesterday here and start to refactor into flexbox */
.top{
display:flex;
}
.topNav{
width:80%;
display:flex;
justify-content:space-evenly;
align-items: center;
}
nav a{
color:black;
}
.topcontent{
border-bottom:1px solid black;
display:flex;
justify-content: space-evenly;
align-items: center;
padding:5% 0;
}
button{
width: 150px;
font-size: medium;
}
h1{
font-size:60px;
text-align: center;
}
.toptext{
display:flex;
justify-content: space-evenly;
align-items: center;
padding:2%;
}
.feat{
width:40%;
font-weight: bold;
}
.about{
width:40%;
font-weight: bold;
}
.middle-img{
width:90%;
margin:0 5%;
}
.bottomtext{
border-bottom:1px solid black;
display:flex;
justify-content: space-evenly;
padding:2%;
}
.serv{
width:30%;
font-weight: bold;
}
.prod{
width:30%;
font-weight: bold;
}
.vis{
width:30%;
font-weight: bold;
}
h2{
padding-top:2%;
}
p{
font-weight: bold;
}
footer{
text-align: center;
font-weight: bold;
}
203 changes: 203 additions & 0 deletions great-idea/css/serv.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 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;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Set every element's box-sizing to border-box */
* {
box-sizing: border-box;
}

html, body {
height: 100%;
font-family: 'Titillium Web', sans-serif;
}

h1, h2, h3, h4, h5 {
font-family: 'Bangers', cursive;
letter-spacing: 1px;
margin-bottom: 15px;
}
.head{
display:flex;
justify-content: space-evenly;
margin:2%;
}
.navigation{
width:80%;
display:flex;
justify-content:space-evenly;
align-items: center;
}
nav a{
color:black;
}
.top{
display:flex;
flex-direction: column;
padding:2%;
margin:2%;
}
.services-header-img{
width:80%;
margin:0 auto;
}
.top p{
width:80%;
margin:1% auto;
}
.top h2{
margin:1% 10% 0;
}
.middlecontent{
border-top:1px solid black;
border-bottom: 1px solid black;
display:flex;
flex-flow:row wrap;
justify-content: space-evenly;
margin:2%;
}
.middlecontent div{
margin:2% auto;
}
.DD{
width:40%;
background:lightgray;
border:1px solid black;
padding:1%;
font-weight: bold;
}
.DD button{
border:1px solid black;
margin-top:2%;
font-size: medium;
}

.UX-UI{
width:40%;
background:lightgray;
border:1px solid black;
padding:1%;
font-weight: bold;
}
.UX-UI button{
border:1px solid black;
margin-top:2%;
font-size: medium;
}
.DM {
width:40%;
background:lightgray;
border:1px solid black;
padding:1%;
font-weight: bold;
}
.DM button{
border:1px solid black;
margin-top:2%;
font-size: medium;
}
.webdev{
width:40%;
background:lightgray;
border:1px solid black;
padding:1%;
font-weight: bold;
}
.webdev button{
border:1px solid black;
margin-top:2%;
font-size: medium;
}
.ios{
width:40%;
background:lightgray;
border:1px solid black;
padding:1%;
font-weight: bold;
}
.ios button{
border:1px solid black;
margin-top:2%;
font-size: medium;
}
.andr{
width:40%;
background:lightgray;
border:1px solid black;
padding:1%;
font-weight: bold;
}
.andr button{
border:1px solid black;
margin-top:2%;
font-size: medium;
}
.bottomcontent{
display:flex;
padding:2%;
margin:2%;
}
.bottomcontent .bottomtext{
width:50%;
font-weight: bold;

}
.bottomcontent img{
width:50%;
}
.bottomcontent ul{
margin:5%;
}
ul li {
margin-bottom:1%;
}
footer{
text-align: center;
font-weight: bold;
margin:2%;
}
81 changes: 76 additions & 5 deletions great-idea/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,80 @@
</head>

<body>

<!-- Copy and paste your HTML from the first UI project here -->


<header>
<div class='top'>
<nav class="topNav">
<a href="services.html">Services</a>
<a href="#product">Product</a>
<a href="#vision">Vision</a>
<a href="#features">Features</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
<a href="index.html">
<img class="logo" src="img/logo.png" alt="Great Idea! Company logo."></a>
</div>
<div class="topcontent">
<h1>
Innovation<br>
On<br>
Demand<br>
<button>Get Started</button>
</h1>
<img class="header-img" src="img/header-img.png" alt="Image of a code snippet.">
</div>
</header>
<section>
<div class="toptext">
<div class="feat">
<h2>
Features
</h2>
Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
</div>
<div class="about">
<h2>
About
</h2>
Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
</div>
</div>
<img class="middle-img" src="img/mid-page-accent.jpg">
<div class="bottomtext">
<div class="serv">
<h2>
Services
</h2>
Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

</div>
<div class="prod">
<h2>
Product
</h2>
Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

</div>
<div class="vis">
<h2>
Vision
</h2>
Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

</div>
</div>
</section>
<h2>
Contact
</h2>
<p>123 Way 456 Street<br>
Somewhere, USA<br><br>
1 (888) 888-8888<br><br>
[email protected]
</p>

<footer>
Copyright Great Idea! 2018
</footer>
</body>
</html>
</html>
Loading