-
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.
Merge pull request #63 from FAC9/HTML_tags
dealt witht HTML issue in git
- Loading branch information
Showing
2 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -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'> | ||
|
@@ -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> | ||
|
@@ -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"> | ||
|
@@ -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> | ||
|
@@ -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 & 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 & 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> | ||
|