This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
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 #162 from HackerHours/new-logo-b
add logo to site
- Loading branch information
Showing
12 changed files
with
137 additions
and
547 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
/_site | ||
.sass-cache/ | ||
Gemfile.lock | ||
|
||
logo.png | ||
node_modules/ |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$hh-pink: #ff66c4; | ||
$hh-purple: #7c2ae8; | ||
$hh-red: #ff5757; | ||
$hh-teal: #00c4cc; |
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
--- | ||
|
||
@import "constants"; | ||
@import "logo"; | ||
|
||
body { | ||
|
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,14 +1,27 @@ | ||
<link rel="stylesheet" href="css/logo.css" /> | ||
<div class="logo"> | ||
<div class="background"> | ||
<div class="foreground"> | ||
<div class="face front-face"> | ||
<div class="front-face-inner"> | ||
<span class="hh">Hacker Hours</span> <span class="location">NYC</span> | ||
--- | ||
layout: none | ||
--- | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Hacker Hours - Logo</title> | ||
<link rel="stylesheet" href="css/logo.css" /> | ||
</head> | ||
<body> | ||
<div class="logo"> | ||
<div class="background"> | ||
<div class="foreground"> | ||
<div class="face front-face"> | ||
<div class="front-face-inner"> | ||
<span class="hh">Hacker Hours</span> | ||
<span class="location">NYC</span> | ||
</div> | ||
</div> | ||
<div class="face left-face"></div> | ||
<div class="face bottom-face"></div> | ||
</div> | ||
</div> | ||
<div class="face left-face"></div> | ||
<div class="face bottom-face"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</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
Oops, something went wrong.