-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
34 lines (25 loc) · 1.21 KB
/
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
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Home | Marina Samuel</title>
<link rel="stylesheet" type="text/css" href="web.css" />
<script type="text/javascript" src="analytics.js"></script>
</head>
<body>
<div id="container">
<?php require("layout.php"); ?>
<div id="content">
<h2>Welcome to Marina Samuel's Online Portfolio!</h2>
<p>
My name is Marina and I am currently a <a href="http://www.softeng.uwaterloo.ca/">Software Engineering</a> student at the <a href="http://uwaterloo.ca/">University of Waterloo</a>.
</p>
<p>
I have designed this website to showcase some of my personal software projects as well as give you insight on my thoughts, interests, and speculations.
For me it is an exciting and thought-provoking journey amalgamating some of the most meaningful components in my life into one simple website.
For you, it is my hope that it will provide enlightenment on who I am and what it is like inside the mind of a unique Software Engineering student.
</p>
</div>
<div class="clearfix"></div>
</div>
</body>
</html>