Skip to content

Commit 1fbdc85

Browse files
New landing page with logo and fonts
1 parent 533a4fb commit 1fbdc85

File tree

4 files changed

+38
-191
lines changed

4 files changed

+38
-191
lines changed

css/cover.css

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

css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
p{font-family: 'Boogaloo', cursive;}
2+
h1,h2,h3{font-family: 'Roboto', sans-serif;}

img/CodeWithLogoSmall.png

25.7 KB
Loading

index.html

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<!-- gihub pages version -->
56
<meta charset="utf-8">
@@ -18,7 +19,7 @@
1819
<link href="/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
1920

2021
<!-- Custom styles for this template -->
21-
<link href="/css/cover.css" rel="stylesheet">
22+
<link href="/css/style.css" rel="stylesheet">
2223
<link href="/css/font-awesome.min.css" rel="stylesheet">
2324

2425
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
@@ -30,33 +31,44 @@
3031
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
3132
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
3233
<![endif]-->
34+
35+
<!--Google fonts-->
36+
<link href="https://fonts.googleapis.com/css2?family=Boogaloo&family=Roboto&display=swap" rel="stylesheet">
3337
</head>
3438

3539
<body>
36-
37-
<div class="site-wrapper">
38-
39-
<div class="site-wrapper-inner">
40-
41-
<div class="cover-container">
42-
<div class="inner cover">
43-
<h1 class="cover-heading">CodeWith</h1>
44-
<p class="lead">Free and informal coding support and mentoring for adults.</p>
45-
<p class="lead">Watch this space</p>
46-
</div>
47-
</div>
48-
49-
</div>
50-
40+
41+
<div class="jumbotron text-center">
42+
<img src="img/CodeWithLogoSmall.png" height="472" width="500" alt="CodeWith - We are CodeWith. Code with us">
43+
<p class="">Free and informal coding support and mentoring for adults.</p>
5144
</div>
45+
46+
<div class="container">
47+
<div class="row">
48+
<div class="col-sm-4">
49+
<h3>Column 1</h3>
50+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
51+
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
52+
</div>
53+
<div class="col-sm-4">
54+
<p class="lead">Watch this space</p>
55+
</div>
56+
<div class="col-sm-4">
57+
<h3>Column 3</h3>
58+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
59+
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
60+
</div>
61+
</div>
62+
</div>
5263

53-
<!-- Bootstrap core JavaScript
64+
<!-- Bootstrap core JavaScript
5465
================================================== -->
55-
<!-- Placed at the end of the document so the pages load faster -->
56-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
57-
<script>window.jQuery || document.write('<script src="/js/vendor/jquery.min.js"><\/script>')</script>
58-
<script src="/js/bootstrap.min.js"></script>
59-
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
60-
<script src="/js/ie10-viewport-bug-workaround.js"></script>
66+
<!-- Placed at the end of the document so the pages load faster -->
67+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
68+
<script>window.jQuery || document.write('<script src="/js/vendor/jquery.min.js"><\/script>')</script>
69+
<script src="/js/bootstrap.min.js"></script>
70+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
71+
<script src="/js/ie10-viewport-bug-workaround.js"></script>
6172
</body>
62-
</html>
73+
74+
</html>

0 commit comments

Comments
 (0)