Skip to content

Commit f0fab59

Browse files
committed
Add warning
1 parent e3ca35f commit f0fab59

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

site/engpage.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ h6{
262262
color: #2A4B57;
263263
}
264264

265+
#bookingp{
266+
color:#EF8914;
267+
margin-top: 40px;
268+
margin-bottom: 40px;
269+
}
270+
265271
.proj_button {
266272
border: 2px solid #EF8914;
267273
background-color: #ffffff00;

site/index.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ <h1 id="serviceh1">
139139
<h1>
140140
Old Students
141141
</h1>
142+
<p id="bookingp">
143+
<b>Only book a class if you have completed a trial lesson!</b>
144+
</p>
142145
<p>
143146
<b>Step 1:</b> Click the 'calendar' button to book your next class
144147
</p>
@@ -218,14 +221,6 @@ <h1 id="reviewsh1">
218221
Free for students, or available to purchase for non-students!
219222
</center>
220223
</section>
221-
<section>
222-
<!--<h1 id="reviewsh1">
223-
Reviews
224-
</h1>
225-
<p>
226-
Coming soon!
227-
</p>-->
228-
</section>
229224
</main>
230225
<footer>
231226
<center>

0 commit comments

Comments
 (0)