-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTools.xhtml
65 lines (56 loc) · 1.65 KB
/
Tools.xhtml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="CSS/style.css"></link>
<title>Web Portfolio</title>
</head>
<body>
<link rel="shortcut icon" href="IMG/favicon.gif"></link>
<div class="headnav">
<div class="header">
<p> </p>
<h1>Web Portfolio</h1>
<p> </p>
</div>
<div class="navbar">
<nav><a href="index.xhtml">Home</a> <a href="Videos.xhtml">Videos</a> <a href="Tools.xhtml" class="active">Tools</a> <a href="Accessibility.xhtml">Accessibility</a> <a href="javascript.html">Javascript</a> <a href="Usability.xhtml">Usability</a> <a href="Graphics.xhtml">Graphics</a><a href="#">Test</a></nav>
</div>
</div>
<div class="content" style="overflow-x:auto;">
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<h1 class="hed">Tools</h1>
<div class="content">
<p id="overview">
I used Notepad++ and dreamweaver to edit my site.<br />
For Hosting I used github and cloudflare<br />
For Image editing I used Photoshop CC<br />
For the Domain name I used freenom<br />
For version control I used git<br />
</p>
</div>
<h1 class="hed">WARNING</h1>
<div class="content">
<p id="overview">
If you eat spaghetti-os in the presence of this site I am not responsible for your death or thermonuclear war so please do keep that in mind.
</p>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div class="footer">
<p> </p>
<p> </p>
<p>Thats All Folks</p>
<p> </p>
<p> </p>
</div>
</body>
</html>