-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrial.html
146 lines (130 loc) · 3.4 KB
/
trial.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Luhana</title>
<link rel="icon" sizes="114x114"
href="assets/images/pex3.jpeg" type="image/jpeg">
<link rel="stylesheet" href="assets/css/trial.css">
</head>
<body>
<div id="nav1">
<a href="index.html">Home</a> |
<a href="contact.html">contact</a> |
<a href="gallery.html">Gallery</a> |
<a href="blog.html">Blog</a> |
<a href="myworks.html">My Works</a>
</div>
<div class="h1" id="first">
<div id="im"><img id="fimg" src="assets/images/cat.jpg" alt= "a quote by arison"></div>
</div>
<div class="h1" id="two">
<div class="h1" id="third">
<!--LIST...-->
<h3>Hobbies and interests</h3>
<ul>
<li>Sport: I like to watch
<ul>
<li>soccer</li>
<li>tennis</li>
<li>basketball</li>
</ul>
</li>
<li>Reading books</li>
<ul>
<li>Fictions</li>
<ul>
<li>picture of dorian grey</li>
<li>alice in wodnerland</li>
</ul>
<li>Educational</li>
<ul><li>School wise
<ul><li>proramms</li></ul>
</li></ul>
<ul><li>General knowledge</li>
<ul>
<li>The theory of everything</li>
</li></ul>
</ul>
</ul>
</ul>
</div>
<div class="h1" id="four">
<h3>Work experience</h3>
<table cellspacing="15">
<tr>
<td>
<th>DATE</th>
</td>
<td><th>Job title</th> </td>
</tr>
<tr>
<td></td>
<td>2015-2020 </td>
<td></td>
<td>security expert</td>
</tr>
<tr>
<td></td>
<td>2012-2020 </td>
<td></td>
<td>web developing expert</td>
</tr>
<tr>
<td></td>
<td>2008-2010 </td>
<td></td>
<td>vallet</td>
</tr>
<tr>
<td></td>
<td>2010-2020 </td>
<td></td>
<td>free lance</td>
</tr>
</table>
</div>
<div class="h1" id="third">
<h3>Top Skill</h3>
<table cellspacing="10"></table>
<table>
<tr>
<td>Mobile app development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>PHP web development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Node Js Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python and javascript</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</div>
</div >
<section>
<article>This is article</article>
<article>second</article>
<article>
<div><p>this is first</p>
<p>this is second</p>
<p>this is third</p></div>
<div></div>
<div></div>
</article>
</section>
<div class="h1" id="bn1"><a href="">Facebook</a> |
<a href="">Twitter</a>|
<a href="">Linked in</a> </div>
<div class="h1" id="bn"><a href="index.html">Home</a> |
<a href="contact.html">Contacts</a> |
<a href="gallery.html">Gallery</a></div>
<br>
</body>
</html>