-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (88 loc) · 2.54 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
<!DOCTYPE html>
<html>
<head>
<title>IJAZ ALI Resume</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<nav class="navbar">
<h1>IJAZ ALI Resume </h1>
<ul>
<li><a href="http://127.0.0.1:5500/index.html">Experience</a></li>
<li><a href="http://127.0.0.1:5500/index.html">Education</a></li>
<li><a href="http://127.0.0.1:5500/index.html">Interests</a></li>
<li><a href="http://127.0.0.1:5500/index.html">Skills</a></li>
<li><a href="http://127.0.0.1:5500/index.html">Contact</a></li>
</ul>
</nav>
<br>
<article>
<p>Welcome to my Website, hope you enjoy it.</p>
<hr>
<p>My Name is Ijaz Ali</p>
<img src="https://unsplash.com/s/photos/men" alt="">
</article>
<section id="exp">
<table>
<colgroup>
<col span="1" style="background-color:beige">
</colgroup>
<tr>
<th>Company</th>
<th>Details</th>
<th>Years</th>
</tr>
<tr>
<td>Feelancing</td>
<td>wordpress</td>
<td>2016-2019</td>
</tr>
<tr>
<td>web Development</td>
<td>front-end developer</td>
<td>2017-2018</td>
</tr>
<tr>
<td>full Stack Development</td>
<td>backend Development</td>
<td>2018-2019</td>
</tr>
</table>
</section>
<section id="edu">
<h2>Education</h2>
<dl>
<dt>MY University</dt>
<dd>Bsc</dd>
<dt>Degree</dt>
<dd>Computer Engineering</dd>
</dl>
</section>
<section id="ints">
<h2>Interests</h2>
<ul>
<li>Computer</li>
<li>Skiing</li>
<li>Swimming</li>
</ul>
</section>
<section id="skill">
<h2>Skills</h2>
<ol>
<li>CSS</li>
<li>HTML</li>
<li>javascripts</li>
<ul>
<li>DOM</li>
<li>Node</li>
<li>Google Apps Script</li>
</ul>
</ol>
</section>
<section id="conts">
<h2>Contact Me</h2>
<p>Contact me at my email <a href="mailto:[email protected]">My Email Address</a></p>
</section>
<footer class="footer">Copyright (C) 2022 Ijaz Ali Please contact me to find more. </footer>
</body>
</html>