From 5002b301a7e42c6a0133a12d7079e44635e66d16 Mon Sep 17 00:00:00 2001 From: Nikhil Singh Date: Thu, 12 Oct 2017 15:23:12 +0530 Subject: [PATCH 1/5] Totally revamped the website --- index.html | 120 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 91 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index b76abd6..663da5e 100644 --- a/index.html +++ b/index.html @@ -2,45 +2,107 @@ - - - - - FreeCodeCamp : PUNE : Home + FreeCodeCamp Pune + + + + + + + + + -
+ + + -
- FreeCodeCamp Pune + +
+
+
The official local group of
+

FreeCodeCamp

+
in Pune, India
+ Flag of India +
+
+ +
+
+
+
+
+
+ Shared Values +

+

We completely share the values and ideas of the FreeCodeCamp platform.

+
+ +
-
-
- google maps einbinden pureblack.de
- +
+
+
+ Exchange +

+

We connect developers and help beginners. We get people into coding.

+
+ +
- -
- facebook | github +
+
+
+ Events +

+

We organize events, talks, coding sessions and just have fun.

+
+
+
+
+
+
+

Our Latest meetup

+ meetup image +
+ + +
+
+
+
+
About
+

+ This is one of the local groups of the FreeCodeCamp platform. It is organized by Developers and + learners from Pune. We are a small part of the global FCC community. +

+
+ Design inspired By Fcc Vienna + +
+ +
+ + - \ No newline at end of file + From 0510432a10943ea439c33d57da530988c8d238fd Mon Sep 17 00:00:00 2001 From: Nikhil Singh Date: Thu, 12 Oct 2017 15:24:06 +0530 Subject: [PATCH 2/5] Added Materialize design patters --- main.css | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/main.css b/main.css index 61f9fba..52317a3 100644 --- a/main.css +++ b/main.css @@ -1,30 +1,23 @@ -.header { - height: 100vh; - display: flex; - flex-direction: column; - - align-items: center; - justify-content: center; +body { + font-family: 'Varela Round', sans-serif; +} +a{ + color: red; } -.fcc-title{ - font-size: 50px; - color:white; - margin:20px; - font-family: ubuntu; - margin-bottom:40px; + + +.normalize-ul a { + color: black; } -.info{ - margin-top:10px; - color:white; - font-size: 18px; - font-family: ubuntu; -} -a{ - color:white; + +.normalize-ul li { + font-size: 1.2em; + color: #004d40; } -body{ - background-color: #346506; -} \ No newline at end of file +dt { + font-weight: bold; + font-size: 1.1em; +} From 2f08de73e1a5182b6190ead86e801a7042c7c62d Mon Sep 17 00:00:00 2001 From: Nikhil Singh Date: Thu, 12 Oct 2017 15:25:35 +0530 Subject: [PATCH 3/5] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 663da5e..0fac6fd 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@