Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Techies page #12

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e87da56
Make the `routes` managablemanagable to move this firebase in the fu…
shantanu404 Sep 16, 2018
6cfc6b3
techies with photos
arbanhossain Sep 16, 2018
7a6e09f
fixed 'my bad' :100:
arbanhossain Sep 16, 2018
5578054
Done with templating. All we have to do now is login
shantanu404 Sep 16, 2018
661287f
added click animation on each techie
NirobNabil Sep 18, 2018
183050c
First Login Page
shihabsarar29 Sep 20, 2018
615a58b
Merge pull request #10 from shihabsarar29/shihab-scode
NirobNabil Sep 21, 2018
5a14fba
Merge branch 'techies_page' of https://github.com/nditc/nditc.github.io
NirobNabil Sep 21, 2018
8fff9ef
login page css
NirobNabil Sep 21, 2018
834a56e
Merging new router structure
shantanu404 Sep 21, 2018
b3396a6
Refactor techies and yeah... merge conflict
shantanu404 Sep 21, 2018
935930c
eh shits seems to work now ig
shantanu404 Sep 21, 2018
6254466
login now popping
shantanu404 Sep 21, 2018
80db2c1
Login/logout looks ok
shantanu404 Sep 21, 2018
fd69832
resolved merge conflicts
NirobNabil Sep 28, 2018
b5785d9
merge with techies_page shanta BIG PATCH
NirobNabil Sep 28, 2018
f262649
fixed some stuff of the login popup
NirobNabil Sep 28, 2018
ee52e15
login popup fix#1
NirobNabil Sep 28, 2018
05704e6
added pop up for detailed techie info
NirobNabil Oct 10, 2018
6da2c1e
halfway through the activities page
NirobNabil Oct 10, 2018
196bcc4
Why do we need this?
shantanu404 Oct 14, 2018
49d9f53
please come up with something more descriptive then `gg` and use a se…
shantanu404 Oct 14, 2018
460783d
the personal info viewer for each techie is functional
shantanu404 Oct 14, 2018
0e53714
`init` wat?
shantanu404 Oct 23, 2018
5bd89ac
`removed the `weird` spacing and fixed a console error making the `ca…
shantanu404 Oct 23, 2018
d776af2
init.css and login folder removed. tbh idk why i didn't do that before
shantanu404 Oct 23, 2018
b25f650
going to edit mode logic now functional. now need to edit stuffs
shantanu404 Oct 24, 2018
b94fa07
:(
NirobNabil Oct 25, 2018
d602535
Merge branch 'techies_page' of https://github.com/nditc/nditc.github.io
NirobNabil Oct 25, 2018
9cc62a1
added signUp UI
NirobNabil Nov 1, 2018
275bfad
merge conflict?
shantanu404 Nov 11, 2018
83ef90e
fixed the shader bug
NirobNabil Nov 11, 2018
24fc52b
Merge branch 'techies_page' of https://github.com/nditc/nditc.github.io
NirobNabil Nov 11, 2018
8d7337d
fixed the signup thing
arbanhossain Nov 12, 2018
17f9b99
wtf is this still here?
shantanu404 Nov 12, 2018
2e16f98
wtf is this here? (2)
shantanu404 Nov 12, 2018
612e81f
Made the registration form globally available
shantanu404 Nov 12, 2018
b520625
merging arban's solution to mine for globally signing up
shantanu404 Nov 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/designs
/designs
35123921_1710169415733082_1750783073923891200_o.jpg
148 changes: 148 additions & 0 deletions css/activities.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
body{
background: #fefefe;
}

.upcoming_container{
padding: 1em;
display: flex;
flex-direction: column;
}

.container_title{
position: relative;
font-size: 3em;
font-family: CODE_BOLD;
align-self: center;
display: flex;
justify-content: center;
}

.container_title:after{
content: '';
background: black;
height: .1em;
width: 30%;
top: 130%;
position: absolute;
}

.event{
padding: 2em;
display: flex;
flex-direction: row;
}

.event_cover{
display: flex;justify-content: flex-end;
}

.event_cover img{
max-height: 25em;
align-self: flex-end;
}

.event_details{
padding: 2em;
display: flex;
flex-direction: column;
}

.event_details .event_title{
align-self: flex-start;
font-size: 2em;
font-family: rock_regular;
align-self: flex-start;
}

.event_details .event_description p{
font-family: quicksand_medium;
}

.event_details .buttons{
display: flex;
}

.event_details .read_more{
display: flex;
flex-direction: column;
padding: 1em;
margin-top: 1em;
font-family: quicksand_bold;
font-family: 1.2em;
border: 1px solid black;
border-radius: .3em;
min-width: 6em;
background: rgba(0,0,0,0);
transition: .2s;
cursor: pointer;
}

.read_more:nth-child(2){
margin-left: 1.5em;
}

.read_more span{
margin: 0;
align-self: center;
}

.event_details .read_more:hover{
background: rgba(0,0,0,.08);
}












.event-details-container{
flex-grow: 1;
position: relative;
background: white;
top: 0em;
/height: auto;
height: 100vh;
width: 100vw;
align-self: center;
position: fixed;
flex-direction: column;
display: flex;
transition: .2s top;
transition-timing-function: ease-in-out;
}

.hidden{
top: -100vh;
}

.go-back{
position: absolute;
right: 2em;
bottom: 0em;
padding: 1em;
background: #DDDDDD;
border: .1em solid #222222;
transform: rotate(-90deg);
border-radius: 100%;
width: 1.5em;
height: 1.5em;
cursor: pointer;
transition: .5s;
}

.go-back:hover{
background: #999999;
transform: rotate(270deg);
}






14 changes: 13 additions & 1 deletion css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
src: url(../fonts/CODE%20Bold.otf);
}
@font-face{
font-family: CODE_light;
font-family: CODE_regular;
src: url(../fonts/CODE%20light.otf);
}
@font-face{
Expand All @@ -30,3 +30,15 @@
font-family: Dosis_ExtraBold;
src: url("../fonts/dosis_family/Dosis-ExtraBold.otf")
}
@font-face{
font-family: quicksand_regular;
src: url("../fonts/Quicksand/Quicksand-Regular.ttf")
}
@font-face{
font-family: quicksand_bold;
src: url("../fonts/Quicksand/Quicksand-Bold.ttf")
}
@font-face{
font-family: quicksand_medium;
src: url("../fonts/Quicksand/Quicksand-Medium.ttf")
}
7 changes: 0 additions & 7 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@
margin: 0;
}








.about-us{
position: relative;
width: 100vw;
Expand Down
190 changes: 189 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,192 @@
/* The container application */
#app {
margin-top: 6.7vw; /make this shit dynamic
}
}

#loginl, #logoutl, #register1 {
background-color: rgb(22,22,22);
border: none;
color: #49ff68;
margin: 0.2em;
cursor: pointer;
transition: color .2s;
}
#logoutl:hover, #loginl:hover{
color: white;
}

/* The login pages */
#glassfield {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
filter: blur(30px);
}
#loginbox {
background-color: white;
position: fixed;
left: 50%;
top: 50%;
height: 60vh;
justify-content: center;
transform: translate(-50%, -50%);
width:50%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
border-radius: .5em;
}
#loginclose {
background: url(/icons/cross.svg) no-repeat;
background-color: white;
background-position: 50% 50%;
width: 4em;
height: 4em;
border-style: none;
border-top-right-radius: .5em;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
transition: background .2s;
}
#loginclose:hover{
background-color: rgba(0,0,0,.1);
}
#loginbox img{
width: 30%;
}
.login-container{
width: 70%;
display: flex;
flex-direction: column;
}
.login-item {
border: 1px solid #222222;
margin: 0.5em;
border-radius: .2em;
padding: 10px 0.5%;
width: 98%;
}
.form-button:hover{
opacity:0.8;
}
.form-button {
align-self: center;
width: 50%;
font-family: code_bold;
background-color: #2F5977;
color: white;
border: none;
margin: .5%;
cursor: pointer;
transition: .2s;
}
p{
font-family: rock_bold;
}
input#login-submit{
font-size: 2em;
font-family: rock_bold;
}

/* Registration form */

.hidden{
display: none !important;
}
.shown{
display: flex;
}

.sign_up_mother_container{
top: 0;
z-index: 10;
position: fixed;
height: 100vh;
flex-direction: row;
justify-content: center;
width: 100vw;
background: rgba(0,0,0,.15);
}

.popup{
padding: 1em 3em;
padding-bottom: 3em;
position: fixed;
top: 50vh;
transform: translateY(-50%);
background: #FEFEFE;
border: 2px solid #222222;
width: 60%;
align-self: center;
}

.popup .cross{
position: absolute;
right: 0;
top: 0;
padding: 1em;
}

.popup .cross:hover{
cursor: pointer;
transition: .4s;
background: rgba(0,0,0,.2);
}

.popup h1{
padding-bottom: .5em;
font-family: quicksand;
}

.popup input{
font-family: quicksand_medium;
border: 1px solid #222222;
box-shadow: none;
border-radius: .2em;
padding: .8em .5em;
width: 30em;
}

.popup textarea{
font-family: quicksand_medium;
border: 1px solid #222222;
box-shadow: none;
border-radius: .2em;
padding: .8em .5em;
height: 5em;
width: 30em;
}

.popup .dp_uploader{
overflow: hidden;
width: 40%;
position: absolute;
right: 1em;
top: 50%;
transform: translateY(-50%);
/border: 1px solid black;
display: flex;
flex-direction: column;
}

.dp_uploader input#addPhoto{
margin-top: 2em;
width: 23em;
align-self: center;
}

.dp_uploader img{
align-self: center;
border-radius: 50%;
width: 70%;
}
8 changes: 0 additions & 8 deletions css/init.css

This file was deleted.

Loading