Skip to content

Commit ad2677b

Browse files
Merge pull request #44 from OpenSourceHelpCommunity/revert-43-develop
Revert "Merge master and develop"
2 parents eab8cb8 + f2b7c23 commit ad2677b

File tree

11 files changed

+143
-414
lines changed

11 files changed

+143
-414
lines changed

Diff for: CODE_OF_CONDUCT.md

-46
This file was deleted.

Diff for: Procfile

-1
This file was deleted.

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ We are trying to create a medium where people who want to start with contributin
66

77
[Website](http://opensourcehelpcommunity.herokuapp.com/) [WIP]
88

9-
After every commit, the `develop` branch on github is automatically deployed to [opensourcehelpcommunity-dev.herokuapp.com](http://opensourcehelpcommunity-dev.herokuapp.com/) and the `master` branch is automatically deployed [to opensourcehelpcommunity.herokuapp.com](http://opensourcehelpcommunity.herokuapp.com/) . All the development is done on `develop` branch and once we're ready for a new release we merge the `develop` branch with the `master` branch. Please submit your pull request based on `develop` branch.
109

1110
This is using [Django(1.11)](https://www.djangoproject.com/) and [Bootstrap](http://getbootstrap.com/).
1211
Feel free to suggest a better design.
1312

14-
Please submit your pull request on develop branch, it will have the most recent changes.
1513

1614
## Installations
1715
Run

Diff for: oshc/main/static/main/css/.app.css.swp

12 KB
Binary file not shown.

Diff for: oshc/main/static/main/css/app.css

+40-216
Original file line numberDiff line numberDiff line change
@@ -1,241 +1,65 @@
1-
/* GLOBAL DEFINATIONS STARTS */
2-
3-
* {
4-
padding: 0;
5-
margin: 0;
6-
box-sizing: border-box;
7-
-webkit-box-sizing: border-box;
8-
-moz-box-sizing: border-box;
9-
transition: opacity 0.7s ease-in-out;
10-
font-family: "Montserrat", sans-serif
11-
}
12-
131
body {
14-
overflow-x: hidden;
15-
padding-top: 50px;
16-
}
17-
18-
a {
19-
cursor: pointer;
20-
color: #0275d8;
21-
text-decoration: none;
22-
}
23-
24-
.line-gap-10px {
25-
height: 10px;
26-
}
27-
28-
29-
/* NAVBAR CSS STARTS */
30-
31-
.navbar {
32-
margin-bottom: 0;
33-
}
34-
35-
.navbar-inverse .navbar-brand {
36-
color: #eee;
37-
}
38-
39-
.navbar-inverse {
40-
background-color: #24292e;
41-
}
42-
43-
.navbar-inverse {
44-
border-color: #24292e;
45-
}
46-
47-
48-
/* SECTION ONE STARTS */
49-
50-
.main-section {
51-
min-height: 70vh;
52-
height: auto;
53-
padding-top: 40px;
54-
background: white;
55-
background-color: white;
56-
position: relative;
57-
clear: both;
58-
}
59-
60-
.logo-image {
61-
width: 200px;
62-
display: block;
63-
margin-left: auto;
64-
margin-right: auto
65-
}
66-
67-
.jumbotron {
68-
background-color: white;
69-
word-wrap: break-word;
70-
display: block;
71-
}
72-
73-
.jumbotron h1 {
74-
font-size: 60px;
75-
color: #0275d8;
76-
}
77-
78-
.jumbotron h4 {
79-
color: #999;
80-
font-size: 18px;
81-
padding-top: 20px;
82-
}
83-
84-
85-
/* SECTION TWO START */
86-
87-
.section-two {
88-
height: auto;
89-
padding: 70px 0;
90-
background-color: #eee;
91-
word-wrap: break-word;
92-
display: block;
2+
padding: 20px 0;
933
}
944

95-
.section-two h3 {
96-
font-size: 30px;
97-
color: #444444;
5+
#logo {
6+
width: 180px;
7+
height: 180px;
988
}
999

100-
.bi {
101-
text-align: center;
102-
font-style: italic;
103-
padding: 10px 0;
104-
font-size: 15px;
10+
.navbar ul {
11+
margin-top: 5px;
10512
}
10613

107-
.section-two .intro {
108-
color: #666666;
109-
font-size: 18px;
110-
line-height: 35px;
111-
text-align: justify;
14+
.navbar .navbar-brand {
15+
color: #ED1B49;
16+
font-size: 175%;
17+
font-weight: 100;
11218
}
11319

114-
115-
/* SECTION THREE START */
116-
117-
.section-three {
118-
height: auto;
119-
min-height: 500px;
120-
padding: 40px 0;
121-
}
122-
123-
.left-session-info {
124-
padding: 30px 50px;
125-
}
126-
127-
.sRegister {
128-
color: white;
129-
font-size: 15px;
130-
background-color: #0275d8;
131-
border-color: #0275d8;
132-
}
133-
134-
.sRegister a {
135-
color: white;
136-
text-decoration: none;
137-
}
138-
139-
.left-social-section {
140-
padding: 0 50px;
141-
}
142-
143-
144-
/* FOOTER CSS STARTS */
145-
14620
footer {
147-
height: auto;
148-
min-height: 120px;
149-
padding-top: 10px;
150-
background-color: #24292e;
151-
}
152-
153-
footer .container {
154-
width: 70%;
155-
position: sticky;
156-
display: block;
157-
}
158-
159-
.rectangle {
160-
height: 30px;
161-
line-height: 30px;
162-
margin-top: 15px;
21+
height:70px;
22+
background-color: #e7e7e7;
23+
text-align: center;
24+
border-radius: 7px;
25+
border-style: solid !important;
26+
border:1px;
27+
border-color: #bdbdbd;
28+
padding-top: 15px;
29+
padding-left: 5px;
16330
}
16431

165-
.backToTop {
166-
float: right;
167-
color: #999;
32+
footer .col-sm-6 a{
33+
color: #777;
34+
padding: 10px;
16835
}
16936

170-
.backToTop a {
171-
text-decoration: none;
37+
.navbar .navbar-brand:hover {
38+
color: rgb(255, 100, 100);
17239
}
17340

174-
.copyright {
175-
color: #fff;
176-
line-height: 30px;
177-
min-height: 30px;
178-
padding: 7px 0;
179-
}
41+
#organizers {
42+
margin: 40px 0 40px;
43+
background: #f4f4f4;
44+
padding: 40px 20px 20px;
45+
border-radius: 12px;
18046

181-
.social {
182-
color: #fff;
183-
line-height: 30px;
184-
min-height: 30px;
185-
padding: 7px 0;
18647
}
18748

188-
.social .left-align {
189-
text-align: left;
49+
#organizers h2 {
50+
font-weight: 100;
19051
}
19152

192-
.social .right-align {
193-
text-align: right;
53+
#organizers .title h2 {
54+
font-size: 250%;
55+
top: 85px;
56+
color: #26A9E0;
19457
}
19558

196-
.social ul {
197-
list-style: none;
198-
}
199-
200-
.social ul li {
201-
width: 40px;
202-
height: 30px;
203-
color: #eee;
204-
font-size: 22px;
205-
display: inline-block;
206-
}
207-
208-
.social a {
209-
color: #fff;
210-
}
211-
212-
213-
/*Media queries*/
214-
215-
@media (max-width: 320px) {
216-
.jumbotron h1 {
217-
font-size: 30px;
218-
}
219-
}
220-
221-
@media (min-width: 321px) and (max-width: 480px) {
222-
.jumbotron h1 {
223-
font-size: 38px;
224-
}
225-
}
226-
227-
@media (max-width: 768px) {
228-
.main-section {
229-
min-height: 50vh;
230-
height: auto;
231-
clear: both;
232-
}
59+
.jumbotron {
60+
background-color:#ffffff;
61+
background-size:80px 50px;
23362
}
234-
235-
@media (min-width: 769px) and (max-width: 1024px) {
236-
.main-section {
237-
min-height: 50vh;
238-
height: auto;
239-
clear: both;
240-
}
63+
.jumbotron h1 {
64+
color: #26A9E0;
24165
}

Diff for: oshc/main/static/main/images/oshc-logo.png

5.08 KB
Loading

Diff for: oshc/main/static/main/js/script.js

-8
This file was deleted.

0 commit comments

Comments
 (0)