-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 1.6 KB
/
Copy pathindex.html
File metadata and controls
55 lines (54 loc) · 1.6 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
<title>GhadaIbra</title>
</head>
<body>
<section>
<div class="frame">
<div class="boxes">
<div class="box red">
<span class="text"> A Cool mother</span>
<div class="childpic">
<img src="images/child.jpg">
</div>
</div>
<div class="box orange" onclick="void(0);">
<span class="text">Intruiged human</span>
<div class="torch">
<img src="images/torch.jpg">
</div>
</div>
<div class="box yellow" onclick="void(0);">
<span class="text">Dope Architect</span>
<div class="mosk">
<img src="images/mosk.jpg">
</div>
</div>
<div class="box green" onclick="void(0);">
<span class="text">Social Entrepreneur</span>
<div class="challenge">
<img src="images/challenge.jpg">
</div>
</div>
<div class="box blue" onclick="void(0);">
<span class="text">Kind of developer</span>
<div class="calligraphy">
<img src="images/calligraphy.jpg">
</div>
</div>
<div class="box purple" onclick="void(0);">
<span class="text">wild dreamer</span>
<div class="sea">
<img src="images/sea.jpg">
</div>
</div>
</div>
</div>
</section>
</body>
</html>