-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
26 lines (21 loc) · 906 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$title = "Web Development";
include "mainPage/header2.php";
?>
<a href="midway.html" target="_blank">
<div class="jumbotron" id="jumbotron">
<h1 class="display-3">Comprehensive<br>Web Development<br>Course</h1>
<p>
<a class="lead" style="color:red" href="https://educador.brasilescola.uol.com.br/estrategias-ensino/como-usar-o-google-classroom.htm">Google</a>
<a style="color:#F5D58C" href="https://classroom.google.com/c/MTI4NjEzOTU0MjY4?cjc=w3axo3w">Classroom</a>
</p>
<hr class="m-y-2">
<p style="color:red">Want to know more? <a style="color:#F5D58C" href="https://meet.google.com/syb-ngwg-xqs">Join us for our Weekly Meeting!</a></p>
<p class="lead text-warning">All code runs on mobile devices!!</p>
</div>
</a>
<?php include "mainPage/navbar.php"; ?>
<script src="mainPage/main.js"></script>
<?php include "mainPage/footer.php"; ?>
</body>
</html>