-
Notifications
You must be signed in to change notification settings - Fork 16
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
1 parent
a2caca1
commit 4923fb1
Showing
7 changed files
with
85 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
GEM | ||
remote: http://rubygems.org/ | ||
remote: https://rubygems.org/ | ||
specs: | ||
rack (1.5.2) | ||
|
||
|
Binary file not shown.
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,27 @@ | ||
header { | ||
text-align: center; | ||
} | ||
|
||
header h1 { | ||
font-size: 70px; | ||
} | ||
|
||
header h2 { | ||
text-decoration: none; | ||
} | ||
header img { | ||
margin: 40px 0px 20px 0px; | ||
border: 5px solid white; | ||
border-radius: 20px; | ||
} | ||
header a { | ||
color: white; | ||
} | ||
header ul { | ||
padding: 10px; | ||
background: rgba(0,0,0,1); | ||
} | ||
header li { | ||
display: inline; | ||
padding: 0px 10px 0px 10px; | ||
} |
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 @@ | ||
<html> | ||
<head> | ||
<title>Algorithms and Interview Prep</title> | ||
<script src="scripts/index.js"></script> | ||
<script type="text/javascript" src="skrollr.min.js"></script> | ||
<link rel="stylesheet" href="css/style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Women Who Code</h1> | ||
<h2>Algorithms and Interview Prep Resources</h2> | ||
<ul> | ||
<li><a href="#about" class="smoothScroll"> About</a> </li> | ||
<li><a href="#whiteboard" class="smoothScroll"> Whiteboard Problems</a> </li> | ||
<li><a href="#mock" class="smoothScroll"> Mock Interview Questions</a> </li> | ||
<li><a href="#resources" class="smoothScroll"> Other Resources</a> </li> | ||
<li><a href="#contact" class="smoothScroll"> Contact Us</a> </li> | ||
</ul> | ||
<!-- </nav> --> | ||
</header> | ||
</body> | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/smoothscroll.js"></script> | ||
</html> |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.