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

Implement CSS into great idea website #1582

Open
wants to merge 2 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
Binary file added design-files/Thumbs.db
Binary file not shown.
82 changes: 81 additions & 1 deletion great-idea-website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,84 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Your code starts here! */
/* Your code starts here! */
body{
width:85%;
}
header{

margin:5%;
padding:20px;
width:100%;
}

a{
margin:0px 35px;
}

nav{
display:inline-block;
}

.logo{
float:right;
}

.sec1{
margin:5%;
width:100%;
}

.sec1 section{
display:inline-block;
text-align:center;
width:49%;
}

.innovation{
vertical-align:top;
padding:80px 150px 0px 150px;
text-overflow: ellipsis;
}

h1{
font-size:80px;
}

button{
width:160px;
height:40px;
}

.sec2 {
display:inline-block;
margin:5%;
padding:5px;
border-top: 2px solid black;
border-bottom:2px solid black;
width:100%;
}

.sec2 .top section{
display:inline-block;
width:47%;
margin:10px;
}

.sec2 img{
width:100%;
}

.sec2 .bottom section{
display:inline-block;
width: 31%;
margin: 10px;
}

footer{
margin:5%;
}

footer p {
text-align:center;
}
Binary file added great-idea-website/img/Thumbs.db
Binary file not shown.
125 changes: 82 additions & 43 deletions great-idea-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,55 +9,94 @@
<link href="https://fonts.googleapis.com/css?family=Bangers|Titillium+Web" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">



<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![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">
<header>
<nav>
<a href = "">Services</a>
<a href = "">Product</a>
<a href = "">Vision</a>
<a href = "">Features</a>
<a href = "">About</a>
<a href = "">Contact</a>
</nav>


<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
</header>
<section class = "sec1">
<section class = "innovation">
<h1>
Innovation
On
Demand
</h1>

<button>
Get Started
</button>
</section>

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



<section class = "sec2">
<section class = "top">
<section>
<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>
</section>
<section>
<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>
</section>

</section>

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


<section class = "bottom">
<section>
<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.</p>
</section>

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

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

<footer>
<contact>
<h3>Contact</h3> <br>
123 Way 456 Street<br>
Somewhere, USA<br>
1 (888) 888-8888<br>
[email protected]<br>
</contact>
<p>Copyright Great Idea! 2018</p>
</footer>


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.


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

Copyright Great Idea! 2018

</body>
</html>

</html>