Skip to content

Commit 3d6c661

Browse files
committed
added irc and minor changes
1 parent 8eed087 commit 3d6c661

File tree

166 files changed

+234
-16070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+234
-16070
lines changed

.DS_Store

-2 KB
Binary file not shown.

.idea/workspace.xml

Lines changed: 184 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/css/custom.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
margin-right: auto;
7676
}
7777

78+
#irc{
79+
border:0;
80+
width:88%;
81+
height:498px;
82+
padding-top: 60px;
83+
}
84+
7885
hr{
7986
margin: 0 0;
8087
}
@@ -174,6 +181,19 @@ ul{
174181
}
175182

176183
@media (max-width: 768px) {
184+
.pb-15{
185+
padding-bottom: 20px;
186+
}
187+
#blog h2{
188+
font-size: 30px;
189+
}
190+
.pr-pl-0{
191+
padding-right: 15px!important;
192+
padding-left: 15px!important;
193+
}
194+
.g-heading-v9.text-center:after{
195+
left: 31%!important;
196+
}
177197
.sponsors li {
178198
height: 121px !important;
179199
width: 50%;
@@ -186,4 +206,11 @@ ul{
186206
.sponsors li a img {
187207
height: 90px;
188208
}
209+
210+
#irc{
211+
border: 0;
212+
width: 100%;
213+
height: 398px;
214+
padding-top: 0px;
215+
}
189216
}

assets/img/favicon.ico

1.36 KB
Binary file not shown.

getInvolved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="description" content="">
1515
<meta name="author" content="">
1616
<!-- Favicon -->
17-
<link rel="shortcut icon" href="../favicon.ico">
17+
<link rel="shortcut icon" href="assets/img/favicon.ico">
1818
<!-- Web Fonts -->
1919
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800&amp;subset=cyrillic,latin">
2020
<!-- CSS Global Compulsory -->

index.html

Lines changed: 18 additions & 243 deletions
Large diffs are not rendered by default.

main/.DS_Store

-6 KB
Binary file not shown.

main/assets/img/bg/11.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)