-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.hold
107 lines (101 loc) · 2.85 KB
/
index.html.hold
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="The personal page of Curt Welch - [email protected]">
<title>Curt Welch</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="images/CurtWelchMountVHead.jpg" width="200" alt="Curt Welch working at Mount Vernon">
</td>
<td><h1>Curt Welch</h1>
<h3>[email protected]</h3>
<a href="https://facebook.com/curtwelch" target="_blank">Facebook</a><br>
<a href="https://www.linkedin.com/in/curt-welch-5237671b/" target="_blank">LinkedIn</a><br>
<a href="https://github.com/curtwelch" target="_blank">GitHub</a>
<H3><strong>Nerd</strong></H3>
</td>
</tr>
</table>
<p>This is a short bio about me but yet it says nothing.
I'm just typing stuff to fill up the page.</p>
<hr>
<h3>Education</h3>
<ul>
<li>1980: BS in Computer Science, Georgia Tech, Atlanta GA</li>
<li>This is something cool!</li>
</ul>
<hr>
<h3>The List of Very Import Stuff</h3>
<ol>
<li>First Item.</li>
<li>Second Item.</li>
<li>This is the third step, and it' made up of the following stuff!
<ul>
<li>list inside the list.</li>
<li>item 2</li>
</ul>
</li>
</ol>
<hr>
<h3>Skills</h3>
<table>
<tbody>
<tr>
<td>
<table cellspacing="1">
<tbody>
<tr>
<td>One very import skill.<td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Skill 2<td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Hand coding HTML!<td>
<td>⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td> </td>
<td>
<table cellspacing="1">
<tbody>
<tr>
<td>Even more!<td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Even more!<td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>No one is perfect.<td>
<td>⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Form Testing</h3>
<form id="my_form" name="my_form" action="index.html" method="get">
<label>Enter Your Name (2 to 10):
<input type="text" id="box1" name="box1_arg" value="<name here>" width="20" minlength="2" maxlength="10" required>
</label>
<input type="text" id="box2" name="box2_arg_name">
<input type="submit" name="submit_button_name" value="☕">
</form>
<hr>
Copyright (yeah, really)
</body>
</html>