codeninjasuk.github.io/pages/about.html
2023-07-23 16:14:01 +01:00

24 lines
No EOL
1,000 B
HTML

---
title: About Us
permalink: /about/
---
<header class="w3-">
<div class="w3-row" style="background:#0763ad; color:white" id="about">
<div class="w3-col m9 w3-padding-large w3-flex-parent">
<div class="w3-flex-child">
<h1 class="w3- w3-bolder" style="font-weight: 1000;font-size: 6vh;">CODE NINJAS<span class="display-4 regicon">®</span></h1>
<h3 class="w3- w3-bolder">Langley Berkshire</h3>
<h3 class="w3-bolder" style="font-weight: 1000;">SUMMER CAMPS OPEN!</h3>
<a href="/camps/" class="btn btn-success w3-small">Learn More</a>
</div>
</div>
<div class="w3-col m3 w3-right">
<img src="https://www.codeninjas.co.uk/assets/img/brands/codeNinjas/mission-statement-reflection-cropped.png" class="w3-round w3-image" width="600" height="750">
</div>
</div>
<div class="w3-row">
<p class=" w3-center" style="font-weight: 1000;font-size: 3vh;">WE MAKE CODING FUN.&reg;</p>
</div>
</header>