Skip to content

Commit 56d998d

Browse files
author
Pritom Gogoi
committed
add urphoto as project
1 parent 9fba377 commit 56d998d

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def load_user(user_id):
6060

6161
print(__name__=="__main__")
6262

63-
message = ['choose your projects', 'main-stream projects']
63+
message = ['event has started', 'main-stream projects']
6464

6565
@app.route("/")
6666
def home():

project.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,14 @@ def __init__(self, level, title, desc, mentor, tags, slack, url):
8181
"https://join.slack.com/t/stanlee-tributepage/shared_invite/enQtNTQwMzA2Nzc5Nzk4LTQzODAwNzZlNzNhMjJjMmEyNmNhYzY5N2I3NjE2NDkyNTM4YzViYmM1NmE2YTQ3N2VhODZiZjE3NTE1ZDIwNDc",
8282
"https://github.com/bitoverflow-in/pewdiepie-v-tseries")
8383

84+
imgur = Project(
85+
"Mainstream",
86+
"UrPhoto",
87+
"Ever heard of Imgur, online image sharing community and image host; Here is your chance to build your own version of Imgur with your custom Tech Stack",
88+
"Rajat Kanti Bhattacharjee",
89+
[{"node":"NodeJS"}, {"js":"Javascript"}, {"exp":"Express"}, {"mgdb":"MongoDB"}],
90+
"https://join.slack.com/t/stanlee-tributepage/shared_invite/enQtNTQwMzA2Nzc5Nzk4LTQzODAwNzZlNzNhMjJjMmEyNmNhYzY5N2I3NjE2NDkyNTM4YzViYmM1NmE2YTQ3N2VhODZiZjE3NTE1ZDIwNDc",
91+
"https://github.com/bitoverflow-in/urphoto")
92+
8493

85-
projectList = [hello, scrape, snake, calc, stan, learntk, youtubemp3, subwar]
94+
projectList = [hello, scrape, snake, imgur, calc, stan, subwar, learntk, youtubemp3, ]

static/css/pills.css

+15
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,19 @@
7272

7373
.api{
7474
background-color: rgb(224, 240, 11);
75+
}
76+
77+
.node{
78+
background-color: rgb(25, 102, 32);
79+
color: #fff;
80+
}
81+
82+
.exp{
83+
background-color: rgb(51, 53, 51);
84+
color: #fff;
85+
}
86+
87+
.mgdb{
88+
background-color: rgb(253, 253, 253);
89+
color: rgb(91, 230, 27);
7590
}

0 commit comments

Comments
 (0)