-
Notifications
You must be signed in to change notification settings - Fork 0
Design new slack sign up #2
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
Open
devonsoto
wants to merge
2
commits into
master
Choose a base branch
from
devon-slack-design
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
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 @@ | ||
# Contributing Guidelines | ||
This file contains hidden or 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,15 @@ | ||
## Description | ||
A few sentences describing the overall goals of the pull request's commits. | ||
|
||
## Related Issues | ||
Link to any issues that are relevant to this PR. This could be an issue this PR fixes. | ||
|
||
## Some questions | ||
1. Did you read the contributing guidelines? | ||
(Your answer) | ||
|
||
## Additional Notes | ||
Do you want to add anything else? We :heart: to hear your opinions! | ||
|
||
## Share how this made you feel | ||
<img src="https://media.giphy.com/media/xUPGcAep2BZhomS0HC/giphy.gif" width="150" height="150" /> |
This file contains hidden or 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,7 @@ | ||
workspace.xml | ||
/website/nbproject/private/ | ||
*.swp | ||
Thumbs.db | ||
.idea/* | ||
.DS_Store | ||
_site |
This file contains hidden or 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,2 +1,29 @@ | ||
# slack | ||
👨💻 Sign up page for our slack | ||
|
||
<br> | ||
<p align="center"> | ||
<img alt="HackCU IV" src="https://github.com/HackCU/splash-page/blob/master/img/hackcu_black.png" width="200"/> | ||
</p> | ||
<br> | ||
|
||
Slack Sign Up Page | ||
|
||
# Run project | ||
|
||
Needs: Ruby | ||
|
||
## Local | ||
|
||
1. `git clone https://github.com/HackCU/slack.git && cd slack` | ||
2. `gem install jekyll` | ||
3. `jekyll serve --watch` | ||
|
||
## Deploy | ||
|
||
1. Push changes to master | ||
2. There's no `2` | ||
|
||
Deployment is done automatically by [GitHub pages](https://pages.github.com/). You don't need to do anything else than pushing to master. | ||
|
||
## Want to contribute? | ||
|
||
Please read our [Code of Conduct](.github/CODE_OF_CONDUCT.md), then follow these [guidelines](.github/CONTRIBUTING.md) |
This file contains hidden or 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,23 @@ | ||
<section class="section"> | ||
<div class="cover-flatirons"></div> | ||
<div id="fall"></div> | ||
<div class="main"> | ||
<!-- <div class="container"> --> | ||
<div class="header"> | ||
<h1> | ||
HackCU Slack Signup | ||
</h1> | ||
<h2> | ||
Enter your email below to join HackCU on slack! | ||
</h2> | ||
</div> | ||
|
||
<div class="input-container"> | ||
<div class="input"> | ||
<input type="mitext" name="email" placeholder="Enter Your Email Address" class="field"> | ||
<button type="submit" class="submit">Join</button> | ||
</div> | ||
</div> | ||
<!-- </div> --> | ||
</div> | ||
</section> |
This file contains hidden or 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,87 @@ | ||
<!doctype html> | ||
<html lang="en-US"> | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> --> | ||
<title>HackCU Slack Signup Page | 2018</title> | ||
<!-- <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> --> | ||
<!-- <link rel="icon" href="img/favicon.ico" type="image/x-icon"> --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<!-- for Google --> | ||
<meta name="description" content="The official HackCU Slack signup page."/> | ||
<meta name="keywords" content="Hackathon, MLH, LocalHackDay, HackCU, Boulder, Colorado, CU, University, slack, signup"/> | ||
<meta name="author" content="HackCU Slack Signup Page"/> | ||
<meta name="theme-color" content="#315B7F"> | ||
<meta name="copyright" content="HackCU"/> | ||
<meta name="application-name" content="HackCU Slack Signup Page 2018"/> | ||
|
||
<!-- for Facebook --> | ||
<meta property="og:title" content="Local Hack Day 2018"/> | ||
<!-- <meta property="og:image" content="img/og-image.png"/> --> | ||
<!-- <meta property="og:image:secure_url" content="img/og-image.png"> --> | ||
<meta property="og:url" content="https://local.hackcu.org"/> | ||
<meta property="og:description" content="Join us for Local Hack Day at the University of Colorado Boulder."/> | ||
|
||
<!-- for Twitter --> | ||
<meta name="twitter:card" content="summary_large_image"/> | ||
<meta name="twitter:title" content="Local Hack Day 2018"/> | ||
<meta name="twitter:site" content="@hackcu"> | ||
<meta name="twitter:creator" content="@hackcu"> | ||
<meta name="twitter:description" content="Join us for Local Hack Day at the University of Colorado Boulder."/> | ||
<meta name="twitter:image" content="https://local.hackcu.org/img/og-image.png"/> | ||
|
||
<!-- Libs and Plugins CSS --> | ||
<!-- <link rel="stylesheet" href="inc/bootstrap/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="inc/font-awesome/css/font-awesome.min.css"> --> | ||
<!-- Font Icons --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would be cool to use Biko (official HackCU font). See files: https://github.com/HackCU/HackCU/tree/master/assets/fonts There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
|
||
<!-- Theme CSS --> | ||
<!-- <link rel="stylesheet" href="css/reset.css?_={{ site.time | date: '%s' }}"> | ||
<link rel="stylesheet" href="css/style.css?_={{ site.time | date: '%s' }}"> | ||
<link rel="stylesheet" href="css/mobile.css?_={{ site.time | date: '%s' }}"> | ||
<link rel="stylesheet" href="css/form.css?_={{ site.time | date: '%s' }}"> --> | ||
|
||
<!-- Skin CSS --> | ||
<!-- <link rel="stylesheet" href="css/skin/summer-orange.css?_={{ site.time | date: '%s' }}"> | ||
<link rel="stylesheet" href="css/skin/the_new_one.css?_={{ site.time | date: '%s' }}"> --> | ||
|
||
<!-- CSS --> | ||
<link rel="stylesheet" href="css/fall.css?_={{ site.time | date: '%s' }}"> | ||
<link rel="stylesheet" href="css/style.css?_={{ site.time | date: '%s' }}"> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
{{content}} | ||
|
||
<!-- Plugins JS --> | ||
<!-- <script src="inc/jquery/jquery-1.11.1.min.js"></script> | ||
<script src="inc/bootstrap/js/bootstrap.min.js"></script> --> | ||
<!-- <script src="inc/waypoints.min.js"></script> --> | ||
<!-- Some features break when removing this --> | ||
<!-- <script src="inc/jquery.counterup.min.js"></script> --> | ||
|
||
<!-- Theme JS --> | ||
<!-- <script src="js/theme.js"></script> --> | ||
|
||
|
||
<!-- JQuery JS --> | ||
<!-- <script src="js/jquery-3.2.1.min.js"></script> --> | ||
|
||
<!-- Pixi JS --> | ||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.0.0/pixi.min.js"></script> --> | ||
|
||
<!-- Pixi JS --> | ||
<!-- <script src="js/flakes.js?_={{ site.time | date: '%s' }}"></script> | ||
<script src="js/scroll.js"></script> --> | ||
|
||
<!-- JS --> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js?_={{ site.time | date: '%s' }}'></script> | ||
<script src="js/fall.js?_={{ site.time | date: '%s' }}"></script> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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,10 @@ | ||
|
||
.dot{ | ||
width:35px; | ||
height:35px; | ||
position:absolute; | ||
background: url(http://www.clipartqueen.com/image-files/red-lobed-fall-clipart-leaf.png); | ||
background-size: 100% 100%; | ||
} | ||
|
||
|
This file contains hidden or 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,134 @@ | ||
--- | ||
--- | ||
|
||
|
||
//////////////////////////////////////// | ||
// Variables | ||
//////////////////////////////////////// | ||
|
||
// Fonts | ||
$font: Biko, sans-serif; | ||
|
||
|
||
// Images | ||
$img: url(../img/flatirons.jpg); | ||
|
||
|
||
@font-face { | ||
font-family: Biko; | ||
src: url('../assets/fonts/Biko_Regular.otf'); | ||
} | ||
|
||
|
||
html { | ||
height: 100% !important; | ||
font-family: $font; | ||
} | ||
|
||
body { | ||
height: 100%; | ||
width: 100%; | ||
overflow: hidden; | ||
font-family: $font; | ||
} | ||
|
||
.section { | ||
height: 100%; | ||
width: 100%; | ||
} | ||
|
||
.cover-flatirons { | ||
position: absolute; | ||
width: 100%; | ||
height: 100%; | ||
left: 0px; | ||
top: 0px; | ||
background: $img; | ||
filter: brightness(80%); | ||
background: linear-gradient(rgba(49, 91, 127, 0.5), rgba(49, 91, 127, 0.5)), $img; | ||
background-size: cover; | ||
background-attachment: fixed; | ||
position: fixed; | ||
padding: 20px; | ||
z-index: -25; | ||
} | ||
|
||
#fall { | ||
background: transparent !important; | ||
} | ||
|
||
.main { | ||
width: 100%; | ||
height: 50%; | ||
align-items: center; | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: column; | ||
} | ||
|
||
.container { | ||
text-align: center; | ||
} | ||
|
||
.header { | ||
width: 100%; | ||
color: black; | ||
} | ||
|
||
h1, h2 { | ||
text-align: center; | ||
font-weight: 700; | ||
} | ||
|
||
h1 { | ||
font-size: 38px; | ||
} | ||
|
||
h2 { | ||
font-size: 20px; | ||
} | ||
|
||
.input-container { | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
align-self: center; | ||
align-items: center; | ||
} | ||
|
||
.input { | ||
position: relative; | ||
width: 500px; | ||
margin-top: 20px; | ||
} | ||
|
||
|
||
.field { | ||
display: block; | ||
margin: 0 auto; | ||
width: 400px; | ||
border-radius: 30px; | ||
border: none; | ||
font-size: 16px; | ||
padding: 15px; | ||
background-color: #62605D; | ||
color: white; | ||
height: 10px; | ||
} | ||
|
||
::placeholder { | ||
color: rgb(73, 71, 67); | ||
} | ||
|
||
.submit { | ||
padding: 3px 10px; | ||
border-radius: 30px; | ||
font-size: 14px; | ||
border: none; | ||
cursor: pointer; | ||
margin-left: -10px; | ||
position: absolute; | ||
top: 8px; | ||
right: 53px; | ||
} | ||
|
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 hidden or 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,5 @@ | ||
--- | ||
layout: base | ||
--- | ||
|
||
{% include cover.html %} |
This file contains hidden or 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,26 @@ | ||
/* a Pen by Diaco m.lotfollahi : https://diacodesign.com */ | ||
|
||
var falling = true; | ||
|
||
TweenLite.set("#fall",{perspective:600}) | ||
TweenLite.set("img",{xPercent:"-50%",yPercent:"-50%"}) | ||
|
||
var total = 30; | ||
var container = document.getElementById("fall"), w = window.innerWidth , h = window.innerHeight; | ||
|
||
for (i=0; i<total; i++){ | ||
var Div = document.createElement('div'); | ||
TweenLite.set(Div,{attr:{class:'dot'},x:R(0,w),y:R(-200,-150),z:R(-200,200)}); | ||
container.appendChild(Div); | ||
animm(Div); | ||
} | ||
|
||
function animm(elm){ | ||
TweenMax.to(elm,R(6,15),{y:h+100,ease:Linear.easeNone,repeat:-1,delay:-15}); | ||
TweenMax.to(elm,R(4,8),{x:'+=100',rotationZ:R(0,180),repeat:-1,yoyo:true,ease:Sine.easeInOut}); | ||
TweenMax.to(elm,R(2,8),{rotationX:R(0,360),rotationY:R(0,360),repeat:-1,yoyo:true,ease:Sine.easeInOut,delay:-5}); | ||
}; | ||
|
||
function R(min,max) {return min+Math.random()*(max-min)}; | ||
|
||
/* a Pen by Diaco m.lotfollahi : https://diacodesign.com */ |
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.
Copy from other repo
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.
gonna keep so we know that we need contributing guidelines still or to update them