mirror of
https://github.com/codeninjasuk/codeninjasuk.github.io.git
synced 2024-11-22 23:38:01 -05:00
24 lines
1,000 B
HTML
24 lines
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.®</p>
|
||
|
</div>
|
||
|
</header>
|
||
|
|