-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (92 loc) · 2.92 KB
/
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
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
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<title> ∞ Greg's Personal Site</title>
</head>
<body>
<!-- -->
<table cellspacing="20">
<tr>
<td><img src="asset/Artboard 1.svg" alt="Gregs Profile Picture" width="300" height="300"></td>
<td>
<h1>Gregory Singleton</h1>
<p><em>Founder and CTO of <strong><a href=""> JUST ONE VENTURE CAPITALIST CLUB</a>.</strong></em></p>
<!-- description of my passion's -->
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elite. Modi natus incident distinctive reiciendis illum voluptuous, nihil aperiam nam alias eius tempore esse error odio ipsa expedita, culpa suscipit aliquam quod.</p>
</td>
</tr>
</table>
<hr>
<!--books and teachings -->
<h3>Books and Teachings</h3>
<ul>
<li><a href="https://www.amazon.com/Front-End-Web-Development-Ranch-Guides/dp/0134433947"> Front-End Web
Development by Chris Aquino Todd Gandee</a></li>
<li><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/"> The Complete Web
Development BootCamp</a></li>
</ul>
<hr>
<!---->
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010 - 2013</td>
<td>lead developer at tempo app</td>
</tr>
<tr>
<td>2010</td>
<td>researcher at the institute of cognitive brain</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<!-- -->
<h3>skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>front end developer</td>
<td>★★★★★</td>
</tr>
<tr>
<td>back end developer</td>
<td>★★★★★</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>ui design</td>
<td>★★★★</td>
</tr>
<tr>
<td>ux design</td>
<td>★★★★</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<!--my hobbies -->
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Us</a>
<!-- -->
</body>
</html>