-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (78 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Omar Achmed</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td>
<img src="images/profile_pic.png" alt="myNameLogo">
</td>
<td>
<h1>Omar Achmed</h1>
<p><em>Founder and CEO of <strong><a href="https://en.wikipedia.org/wiki/Nothing">Nothing©</a></strong>.</em></p>
<p>I am a student learning web development. I am gonna learn how to code amazing websites from udemy's best web development course, <!--a break-->
<a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">The Complete Web Development Bootcamp</a>.</p>
</td>
</tr>
</table>
<hr size="5" noshade>
<h3>Education</h3>
<ul>
<li>Stanford University</li>
<li>Cambridge University</li>
<li>Oxford University</li>
<li>Anyother University</li>
</ul>
<hr size="5" noshade>
<h3>Competitive Experience</h3>
<table cellspacing="10px">
<thead>
<th>Year</th>
<th>Description</th>
<th>Results</th>
<th>Source</th>
</thead>
<tr>
<td>2018-2019</td>
<td>Web Designing</td>
<td>failed</td>
<td>youtube</td>
</tr>
<tr>
<td>2019-2020</td>
<td>Web Designing</td>
<td>passed</td>
<td>udemy</td>
</tr>
<tr>
<td>2019-2020</td>
<td>I.T. Quiz</td>
<td>passed</td>
<td>sheniblog</td>
</tr>
</table>
<hr size="5" noshade>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>Software Breaking</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Computer Tinkering</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
</table>
<hr size="5" noshade>
<!-- This code was created by Rashad Omar; make sure to visit https://omarachmed.github.io/personal-cv/ -->
<h3><a href="hobbies.html">My Hobbies</a></h3>
<h3><a href="contact.html">Contact Me!</a></h3>
</body>
</html>