-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
46 lines (31 loc) · 1.42 KB
/
about.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
include_once 'header.php';
?>
<body>
<div class="usa-section">
<div class="grid-container">
<div class="grid-row grid-gap">
<main class="" id="main-content">
<main class="usa-layout-docs__main desktop:grid-col-9 usa-prose usa-layout-docs" id="main-content">
<h1>About me</h1>
<p class="usa-intro">My name is Dennis Fundi and this website was created as an outlet for learning more about web programming.This page contains personal details about me</p>
<h2 id="section-heading-h2">Educational background</h2>
<p>Educational background.</p>
<h2 id="section-heading-h2">Current program</h2>
<p>I am currently pursuing a Bsc. in Computer Science</p>
<h3 id="section-heading-h3">Favorite course</h3>
<p>My favorite course is IS181 Web Programming</p>
<h3 id="section-heading-h3">Discussion group</h3>
<p>My group consists of Naif an Mudathir Allawi</p>
<h3 id="section-heading-h3">Sponsorship</h3>
<p>I am self-sponsored</p>
<h1>Career goals</h1>
<p>I would like to be a network engineer and help create computer networks resolve issues. </p>
<h3 id="section-heading-h3">Thank you.</h3>
<footer class="usa-footer">
<div class="grid-container usa-footer__return-to-top">
<a href="#">Return to top</a>
</div>
<script src="assets/js/uswds.min.js"></script>
</body>
</html>