Skip to content

Commit 27896ac

Browse files
committed
Added a paragraph about signing up to our mailing list to the home page
1 parent 7931ceb commit 27896ac

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a name="top"></a>
1515
<div class="row">
1616
<div class="main-logo">
17-
<img src="./images/keyboard-green.png">
17+
<a href="index.html"><img src="./images/keyboard-green.png"></a>
1818
</div>
1919
<div class="main-logo-title">
2020
<h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><span id="suffix" class="typed-suffix">US</span></h1>

_site/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<a name="top"></a>
138138
<div class="row">
139139
<div class="main-logo">
140-
<img src="./images/keyboard-green.png">
140+
<a href="index.html"><img src="./images/keyboard-green.png"></a>
141141
</div>
142142
<div class="main-logo-title">
143143
<h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><span id="suffix" class="typed-suffix">US</span></h1>

index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Welcome to CodeWith!</h1>
1414
<div class="col-sm-9 col-md-10">
1515
<p class="intro-text">CodeWith is about free adult coding tuition for everyone. We offer a friendly space where
1616
anyone, from complete beginners to accomplished software engineers, can get together, learn and share
17-
a passion for coding. For more information, see our <a href="about.html">about page</a>.
17+
a passion for coding. For more information, check out our <a href="about.html">about page</a>.
1818
</p>
1919
</div>
2020
</div>
@@ -37,6 +37,20 @@ <h1>Welcome to CodeWith!</h1>
3737
</div>
3838
</div>
3939

40+
<div class="row intro">
41+
<div class="col-sm-3 col-md-2 text-center">
42+
<p class="intro-icon">
43+
<a href="contact.html"><span class="fas fa-3x fa-envelope"></span></a>
44+
</p>
45+
</div>
46+
<div class="col-sm-9 col-md-10">
47+
<p class="intro-text"><strong>Stay up to date!</strong> There will be a lot of annoucements over the coming
48+
weeks and the best way to hear about what we're doing is to sign up to our mailing list. There's a form
49+
where you can give us your details on our <a href="contact.html">contact page</a>.
50+
</p>
51+
</div>
52+
</div>
53+
4054
<div class="row intro">
4155
<div class="col-sm-3 col-md-2 text-center">
4256
<p class="intro-icon">

0 commit comments

Comments
 (0)