Skip to content

Commit

Permalink
Merge pull request #63 from FAC9/HTML_tags
Browse files Browse the repository at this point in the history
dealt witht HTML issue in git
  • Loading branch information
shiryz authored Oct 21, 2016
2 parents 7db533a + 38ff32b commit d09442c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
6 changes: 6 additions & 0 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,9 @@ footer .fa {
font-size: 35px;
margin-right: 5%;
}

footer ul li {
padding-top: 10px;
padding-bottom: 10px;
margin-left: -10px;
}
43 changes: 25 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html lang"en">
<html lang="en">
<head>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css">
<link href='https://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
Expand All @@ -11,7 +11,9 @@
<body>
<div class="grid-system">
<nav class="row" id="navigation">
<div id="title-nav"><a href="#"><h1>The Repos</h1></a></div>
<div id="title-nav">
<a href="#"><h1>The Repos</h1></a>
</div>
<div id="buttons-nav">
<ul>
<li class="nav-button" id="nav-home-button"><a href="#">Home</a></li>
Expand All @@ -22,7 +24,7 @@
<header class="fixed_height row" id="main-header" title="Group photo FAC">
<h1>The Repos</h1>
</header>
<!--- names of people in team--->
<!-- names of people in team -->
<section id="homeScreen" class="row programmer-list">
<div class="row programmer-box">
<a href="#peterR">
Expand Down Expand Up @@ -81,6 +83,7 @@ <h2 class="section-title">Projects</h2>
<div class="project col-xs-6"><a href="https://rhodespeter.github.io/hacker-alias-application/" target="blank"><img src="images/alias.png" class="proj-img" alt="Peter's hacker alias app"></a></div>
</div>
</section>
<!-- Our Team -->
<section class="row" id="team-section">
<h2 class="section-title">Meet the team</h2>
<a class= "anchor-title" name="theRepos"></a>
Expand Down Expand Up @@ -160,22 +163,26 @@ <h3>William Savage</h3>
</section>
<footer class="row footer"><a name="toFooter"></a>
<h2>Contact</h2>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phone: <a href="tel:020 5644 5849">020 5644 5849</a></li>
<br>
<li>We are all members of FAC9 at Founders &amp; Coders</li>
<br>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phone: <a href="tel:020 3583 2442">020 3583 2442</a></li>
<br>
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phone: <a href="tel:020 5644 5849">020 5644 5849</a></li>

<p>
<a href="https://twitter.com/founderscoders?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="blank" title="FAC twitter account">
<i class="fa fa-twitter"></i>
@Founderscoders</a></p>
<p>
<a href="https://github.com/foundersandcoders" target="blank" title="FAC github account"><i class="fa fa-github-alt"></i>
foundersandcoders</a></p>
<li>We are all members of FAC9 at Founders &amp; Coders</li>

<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phone: <a href="tel:020 3583 2442">020 3583 2442</a></li>

</ul>
<p>
<a href="https://twitter.com/founderscoders?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="blank" title="FAC twitter account">
<i class="fa fa-twitter"></i>@Founderscoders
</a>
</p>
<p>
<a href="https://github.com/foundersandcoders" target="blank" title="FAC github account"><i class="fa fa-github-alt"></i>
foundersandcoders
</a>
</p>
</footer>
</div>
</body>
Expand Down

0 comments on commit d09442c

Please sign in to comment.