-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 946 Bytes
/
index.html
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
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<style>body{margin:1em auto;max-width:40em;padding:0 1em;font:1.2em/1.4em sans-serif;}</style>
<style>
.newsBar {
background-color: #00cc99;
border-style: ridge;
border-color: black;
padding: 0.5em;
}
</style>
<title>Safwat Halaby</title></head><body>
<div style="text-align: center;">
<h3>Safwat Halaby's Personal Site</h3>
</div>
<p>
Hello! I'm Safwat. A programmer and a science enthusiast. This is my personal site.
Currently, there isn't much here.
</p>
<h4>Internet Accounts</h4>
<ul>
<li><a href="https://github.com/SafwatHalaby">Github</a></li>
<li><a href="https://en.wikipedia.org/wiki/User:SafwatHalaby">Wikipedia</a></li>
</ul>
<h4>Useful mini projects</h4>
<ul>
<li><a href="/match/">plagiarism detector / local string match finder</a></li>
</ul>
</body></html>