Skip to content

Joowoon kang #1591

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

Open
wants to merge 6 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
119 changes: 114 additions & 5 deletions great-idea-website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Galada&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
Expand All @@ -14,11 +16,10 @@ 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,
menu, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
Expand Down Expand Up @@ -49,12 +50,14 @@ table {

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

}

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

h1, h2, h3, h4, h5 {
Expand All @@ -63,4 +66,110 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Your code starts here! */
/* Your code starts here! */

nav.navigation{
margin: 0 -16%;
}
a {
text-decoration: none;
}

.container{
width: 900px;
margin: auto;

}

header {
margin: 9px 12%;
display: inline-block;
width: 75%;
}
.navigation{
overflow: hidden;
background-color: white;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%; /* Full width */
}
nav a{
margin-left: 6%;
}
nav img.logo{
margin-left: 5%;
}
.first-title-section{
display: inline-block;
width: 100%;
}
.main-title{
display: inline-block;
font-size:2rem;
font-family: 'Galada', cursive;
width: 50%;
margin: 35px 0px;

}
div .header-image-section{
display: inline-block;
width: 49%;
}
h1 {
text-align: center;
margin: 6px;
font-size: 80px;
}
#button1 {
margin: 0 40%;
font-size: 15px;
width: 23%;
}
.picture {
margin: 30px 18px -1px 18px;
}

.first-section{
display: inline-block;
width: 100%;
margin: 45px 0;
}
.first-paragraph{
display:inline-block;
width:50%;
text-align: left;
}
.second-paragraph{
display:inline-block;
width:49%;
text-align: left;
}

.second-section{
display: inline-block;
width: 100%;
margin: 45px 0;
}
.third-paragraph{
display:inline-block;
width: 30%;
text-align: left;
}
.fourth-paragraph{
display:inline-block;
width: 30%;
text-align: left;
}
.fifth-paragrahp{
display:inline-block;
width: 30%;
text-align: left;
}

.where-to {
margin: 45px 0
}

footer{
text-align: center;
}
121 changes: 82 additions & 39 deletions great-idea-website/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>

<html lang="en">

<head>
<meta charset="utf-8">

Expand All @@ -14,50 +15,92 @@
<![endif]-->
</head>

<body>

Services
Product
Vision
Features
About
Contact

<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
Innovation
On
Demand

Get Started

<img src="img/header-img.png" alt="Image of a code snippet.">

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


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

<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen">
<body>
<div class="container">
<header>
<nav class="navigation">
<a href="#">Services</a>
<a href="#">Product</a>
<a href="#">Vision</a>
<a href="#">Features</a>
<a href="#">About</a>
<a href="#">Contact</a>
<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
</nav>
</header>

<hr>
<div class="first-title-section">
<div class="main-title">
<h1>Innovation</br>
On</br>
Demand
</h1>
<button id="button1">Get Started</button>
</div>
<div class='header-image-section' >
<img class='picture' src="img/header-img.png" alt="Image of a code snippet.">
</div>
</div>

<hr>

Services
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.
<section class="first-section">
<div class ="first-paragraph">
<h3>Features</h3>
<p>
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.
</p>
</div>
<div class ="second-paragraph">
<h3>About</h3>
<p>
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.
</p>

</div>
</section>

<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen">

Product
<section class="second-section">
<div class ="third-paragraph">
<h3>Services</h3>
<p>
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.

Vision
</p>
</div>
<div class="fourth-paragraph">
<h3>Product</h3>
<p>
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.

Contact
123 Way 456 Street
Somewhere, USA
1 (888) 888-8888
[email protected]

</p>
</div>
<div class="fifth-paragrahp">
<h3>Vision</h3>
<p> 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.</p>
</div>
</section>

<hr>

<section class="where-to">
<h3 class ="contact">Contact</h3>
<address>
123 Way 456 Street</br>
Somewhere, USA</address>

</br>
<p>1 (888) 888-8888</p>
</br>
<p>[email protected]</p>

</p>
</section>

<footer>
Copyright Great Idea! 2018

</footer>
</div>
</body>
</html>