-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainPage.php
More file actions
32 lines (27 loc) · 923 Bytes
/
mainPage.php
File metadata and controls
32 lines (27 loc) · 923 Bytes
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
27
28
29
30
31
32
<?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>
<div class="ml-0">
<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>
</div>
<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>
</div>
</a>
<?php include "mainPage/navbar.php"; ?>
<script src="mainPage/main.js"></script>
<?php include "mainPage/footer.php"; ?>
</body>
</html>