-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Attila Kalkandelen
authored and
Attila Kalkandelen
committed
Dec 7, 2016
1 parent
e036473
commit 68b7ff7
Showing
21 changed files
with
313 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Pixel-Studios | ||
A brand new design agency sent us jpegs of pages they want for their website. We need to turn them into html. | ||
|
||
Please pick a page and create a branch for it. After you worked on it and want me to review it, create a pull request and we will go over it together. | ||
|
||
### Remarks | ||
- The header and footer will be in the master branch. You can include it into your html. If you dont see it yet means im still making it. | ||
- You dont have to use the exact pictures, but if you can find something similar it would be great | ||
- The buttons dont need to do anything, just create them and make them change color on hover or something. | ||
- The form doesn't have to actually send anything. But you should make validation check work. | ||
- You can use any tool you want. Whatever you use please just use its cdn link in your html file. | ||
- try to keep everything in one directory so its smoother merging it all at the end. | ||
- Questions? Message me or create an issue. | ||
|
||
##### Some Tools: | ||
- [Adobe Kuler] (https://color.adobe.com/) | ||
- [Place It] (https://placeit.net/) | ||
- [Css Slider](http://cssslider.com/) | ||
- [Font Awesome](fontawesome.io) | ||
|
||
|
||
###### Fonts | ||
- [Helvetica CE](http://ttfonts.net/font/20936_HelveticaCE.htm) | ||
- [Montserrat](https://fonts.google.com/specimen/Montserrat) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<link rel="stylesheet" href="./main.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"> | ||
|
||
<style> | ||
.wrapper{ | ||
max-width: 1148px; | ||
margin: auto; | ||
} | ||
</style> | ||
|
||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
|
||
<!-- | ||
THIS IS THE MAIN CONTAINER/WRAPPER | ||
EVERY PAGE NEEDS TO HAVE THIS. | ||
I PUT THE STYLE ABOVE | ||
--> | ||
<div class="wrapper"> | ||
|
||
|
||
|
||
<!-- Header --> | ||
<header> | ||
<div class="alirow"> | ||
<div class="col-3 logo"> | ||
<img src="logo.png" alt="logo" /> | ||
</div> | ||
<div class="col-9"> | ||
<div class="col-10 menu"> | ||
<nav> | ||
<ul> | ||
<li><a href="#" class="active">home</a></li> | ||
<li><a href="#">about us</a></li> | ||
<li><a href="#">services</a></li> | ||
<li><a href="#">portfolio</a></li> | ||
<li><a href="#">blog</a></li> | ||
<li><a href="#">contact</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="col-2 joinus"> | ||
<button type="button" name="button"><i class="fa fa-plus-circle fa-3" aria-hidden="true"></i> JOIN US</button> | ||
</div> | ||
</div><!--end .col--> | ||
</div><!--end .alirow--> | ||
<hr> | ||
</header> | ||
|
||
|
||
|
||
|
||
|
||
<br><br><br><br><br><br><br><!-- Where Body content would go into --> | ||
|
||
|
||
|
||
|
||
|
||
<!-- FOOTER --> | ||
<footer> | ||
<div class="alirow"> | ||
<div class="col-3 about"> | ||
<h3>Are you lazy?</h3> | ||
<p> | ||
We offer over 1000 different webelements and designs. We love to design awesome stunning interfaces and icons. | ||
</p> | ||
<button type="button" name="button">GET ALL PSD FILES</button> | ||
</div> | ||
<div class="col-3 latest"> | ||
<h3>Latest items on PS</h3> | ||
<ul> | ||
<li> | ||
<img class="col-4" src="footer_pic1.png" alt=""> | ||
<div class="col-8"> | ||
<ul> | ||
<li><h3>Social Icons</h3></li><br> | ||
<li>200 Social Icons</li> | ||
</ul> | ||
</div> | ||
</li> | ||
<li> | ||
<img class="col-4" src="footer_pic2.png" alt=""> | ||
<div class="col-8"> | ||
<ul> | ||
<li><h3>Browser Iconset</h3></li><br> | ||
<li>3D Glossy Browser</li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-3 links"> | ||
<h3>Alternative Links</h3> | ||
<ul> | ||
<li>Branding /Logos</li> | ||
<li>Websites</li> | ||
<li>Web applications</li> | ||
<li>Web development</li> | ||
<li>Content Management Systems</li> | ||
<li>Responsive Web Design</li> | ||
</ul> | ||
</div> | ||
<div class="col-3 contact"> | ||
<h3>Contact Us</h3> | ||
<ul> | ||
<li><span>Address: </span>Avenue 123</li> | ||
<li><span>Phone: </span>+40 123 456 789</li> | ||
<li><span>Fax: </span>+40 987 654 321</li> | ||
<li><span>Email: </span>[email protected]</li> | ||
</ul> | ||
<br> | ||
<span>Follow Us on</span> | ||
<i class="fa fa-facebook" aria-hidden="true"></i> | ||
<i class="fa fa-twitter" aria-hidden="true"></i> | ||
<i class="fa fa-dribbble" aria-hidden="true"></i> | ||
<i class="fa fa-rss" aria-hidden="true"></i> | ||
</div> | ||
</div> | ||
<hr> | ||
<p class="copyright">Copyright <i class="fa fa-copyright" aria-hidden="true"></i> 2013 by <span>KL-Webmedia</span> | All rights reserved</p> | ||
</footer> | ||
|
||
|
||
|
||
</div><!--end .wrapper--> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.