forked from AdaGold/group-fansite
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Sockets-Bita #45
Open
Bitaman
wants to merge
14
commits into
Ada-C11:master
Choose a base branch
from
Bitaman:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sockets-Bita #45
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
3449568
created html files, set up the index file, added the nav bar
Bitaman b9ae58f
added the footer
Bitaman 81944e9
added the header to all the pages
Bitaman 8606bd9
linked the pages together
Bitaman aaf79c8
added the contact me page
Bitaman 6454236
set up the contact me page
Bitaman ae9c15d
added the footer to all the pages
Bitaman 059b7f2
added the stylesheets and link them to all the html pages
Bitaman 9280158
added icons to footer and positioned items in the footer
Bitaman afcb20f
styled the index file
Bitaman fdddc57
working on the portfolio
Bitaman 163a19f
finished styling portfolio page
Bitaman 5a6c9f2
styled the contact me page
Bitaman 7e80a32
validated the html files and fixed some errors
Bitaman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>About me</title> | ||
<html lang="en"></html> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/normalize.css" /> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/style.css" /> | ||
<script src="main.js"></script> | ||
</head> | ||
<body class="container"> | ||
<header class="left-navigation header nav-down"> | ||
<div class="left-navigation-wraper"> | ||
<nav> | ||
<ul id="js-navigation-menu" class="left-navigation-menu"> | ||
<li class="nav-link"> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="porfolio.html">Portfolio</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="hobby-blog.html">Hobby-blog</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="contact.html">Contact me</a> | ||
</li> | ||
</ul> | ||
|
||
</nav> | ||
|
||
</div> | ||
</header> | ||
<section> | ||
|
||
</section> | ||
<section> | ||
|
||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer> | ||
<div class="copy">Copyright 2019 Bita Amani Shahrak</div> | ||
<div class="contact"> | ||
<ul> | ||
<li> | ||
<a href="https://www.facebook.com/Bitaman?ref=bookmarks"> | ||
<span class="fa fa-facebook"> | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/in/bita-amani-s/"> | ||
<span class="fa fa-linkedin"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/Bitaman"> | ||
<span class="fa fa-github"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
</ul> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
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,99 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Contact me</title> | ||
<html lang="en"></html> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/normalize.css" /> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/style.css" /> | ||
<script src="main.js"></script> | ||
</head> | ||
<body class="container"> | ||
<header class="left-navigation header nav-down"> | ||
<div class="left-navigation-wraper"> | ||
<nav> | ||
<ul id="js-navigation-menu" class="left-navigation-menu"> | ||
<li class="nav-link"> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="portfolio.html">Portfolio</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="hobby-blog.html">Hobby-blog</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="contact.html">Contact me</a> | ||
</li> | ||
</ul> | ||
|
||
</nav> | ||
|
||
</div> | ||
<div class="wrap"> | ||
<h2>Contact Me</h2> | ||
<h3>I would love to hear from you!</h3> | ||
</div> | ||
</header> | ||
<section class="form-style"> | ||
<div class="wrap"> | ||
<p></p> | ||
<form name="notify" method="post"> | ||
<input type="hidden" name="form-name" value="notify"> | ||
<fieldset id="data-input"> | ||
<label> | ||
<span>E-mail</span> | ||
<input name="email" type="email" required> | ||
</label> | ||
<p></p> | ||
<label> | ||
<span>Message</span> | ||
<textarea name="message" required></textarea> | ||
</label> | ||
</fieldset> | ||
<fieldset> | ||
<button type="submit" class="button">Send Message</button> | ||
</fieldset> | ||
</form> | ||
</div> | ||
</section> | ||
<section></section> | ||
|
||
|
||
|
||
<footer> | ||
<div class="copy">Copyright 2019 Bita Amani Shahrak</div> | ||
<div class="contact"> | ||
<ul> | ||
<li> | ||
<a href="https://www.facebook.com/Bitaman?ref=bookmarks"> | ||
<span class="fa fa-facebook"> | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/in/bita-amani-s/"> | ||
<span class="fa fa-linkedin"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/Bitaman"> | ||
<span class="fa fa-github"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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,77 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Hobby blog</title> | ||
<html lang="en"></html> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/normalize.css" /> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/style.css" /> | ||
<script src="main.js"></script> | ||
</head> | ||
<body class="container"> | ||
<header class="left-navigation header nav-down"> | ||
<div class="left-navigation-wraper"> | ||
<nav> | ||
<ul id="js-navigation-menu" class="left-navigation-menu"> | ||
<li class="nav-link"> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="portfolio.html">Portfolio</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="hobby-blog.html">Hobby-blog</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="contact.html">Contact me</a> | ||
</li> | ||
</ul> | ||
|
||
</nav> | ||
|
||
</div> | ||
</header> | ||
<section> | ||
|
||
</section> | ||
<section> | ||
|
||
</section> | ||
|
||
|
||
|
||
<footer> | ||
<div class="copy">Copyright 2019 Bita Amani Shahrak</div> | ||
<div class="contact"> | ||
<ul> | ||
<li> | ||
<a href="https://www.facebook.com/Bitaman?ref=bookmarks"> | ||
<span class="fa fa-facebook"> | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/in/bita-amani-s/"> | ||
<span class="fa fa-linkedin"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/Bitaman"> | ||
<span class="fa fa-github"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
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,86 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Bita Amani</title> | ||
<html lang="en"></html> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/normalize.css" /> | ||
<link rel="stylesheet" type="text/css" media="screen" href="../styles/style.css" /> | ||
<script src="main.js"></script> | ||
</head> | ||
<body class="container"> | ||
<header class="left-navigation header nav-down"> | ||
<div class="left-navigation-wraper"> | ||
<nav> | ||
<ul id="js-navigation-menu" class="left-navigation-menu"> | ||
<li class="nav-link"> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="portfolio.html">Portfolio</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="hobby-blog.html">Hobby-blog</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li class="nav-link"> | ||
<a href="contact.html">Contact me</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
|
||
</div> | ||
</header> | ||
<div class="content"> | ||
<section class="intro"> | ||
<h1> | ||
<span>Hi. I'm <span>Bita</span>.</span> | ||
</h1> | ||
</section> | ||
</div> | ||
<section class="wrap"> | ||
<p> | ||
I am currently a student at <a href="https://www.adadevelopersacademy.org/" title="Ada Developers Academy">Ada Developers Academy</a> | ||
getting trained to become a full stack developer. | ||
</p> | ||
</section> | ||
|
||
|
||
|
||
|
||
<footer> | ||
<div class="copy">Copyright 2019 Bita Amani Shahrak</div> | ||
<div class="contact"> | ||
<ul> | ||
<li> | ||
<a href="https://www.facebook.com/Bitaman?ref=bookmarks"> | ||
<span class="fa fa-facebook"> | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/in/bita-amani-s/"> | ||
<span class="fa fa-linkedin"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/Bitaman"> | ||
<span class="fa fa-github"> | ||
|
||
</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure your editor is configured to use two-space tabs. That will make reading all this HTML a little easier.