-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (114 loc) · 4.1 KB
/
index.html
File metadata and controls
119 lines (114 loc) · 4.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="book.html">BookOnline</a></li>
</ul>
</div>
<!-- web fork-->
<div class="web">
<div class="fork">
<h2>web folk</h2>
<p>web design Studio</p>
</div>
<div class="dream">
<p>We dream ,explore , create and craft <br /> digital experience</p>
</div>
<div class="bollet">
<span> asd</span>
<span>asd </span>
<span> asd</span>
</div>
<div class="work">
Work & client
</div>
</div>
<!--Image-->
<div class ="Img">
<img src="images/image_1.jpg" alt="" />
<img src="images/image_2.jpg" alt="" />
<img src="images/image_3.jpg" alt="" />
<img src="images/image_4.jpg" alt="" />
<img src="images/image_5.jpg" alt="" />
<img src="images/image_6.jpg" alt="" />
<img src="images/image_7.jpg" alt="" />
<img src="images/image_8.jpg" alt="" />
<img src="images/image_9.jpg" alt="" />
<img src="images/image_10.jpg" alt="" />
<img src="images/image_11.jpg" alt="" />
<img src="images/image_12.jpg" alt="" />
<div class="foot">
<p>We design great and all sorts of interactive products from start to finish</p>
</div>
</div>
<!--
Meet the folk
-->
<div class ="meet">
<h2>Meet the Folks:</h2>
<div class="meet_img">
<img src="images/Person_1.jpg">
<h3>Andress</h3>
<p>Developer</p>
</div>
<div class="meet_img">
<img src="images/Person_2.jpg">
<h3>Nicola</h3>
<p>Software engineer</p>
</div>
<br />
<div class="meet_img">
<img src="images/Person_3.jpg">
<h3>Pascal</h3>
<p>Mobile App</p>
</div>
<div class="meet_img">
<img src="images/Person_3.jpg">
<h3>Tony</h3>
<p>Full stack</p>
</div>
<div class="clear"></div>
<button>Contact us</button>
</div>
<!--Last Thing -->
<div class="end">
<div class="div1">
<h3>What We Do</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi nemo magni temporibus amet consequuntur aut, illum necessitatibus sapiente vel recusandae, incidunt non aspernatur alias dolores? Voluptas aliquam hic ullam cum.</p>
</div>
<div class="div1">
<h3>What We Do</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi nemo magni temporibus amet consequuntur aut, illum necessitatibus sapiente vel recusandae, incidunt non aspernatur alias dolores? Voluptas aliquam hic ullam cum.</p>
</div>
<div class="div1">
<h3>What We Do</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi nemo magni temporibus amet consequuntur aut, illum necessitatibus sapiente vel recusandae, incidunt non aspernatur alias dolores? Voluptas aliquam hic ullam cum.</p>
</div>
<div class="div1">
<h3>What We Do</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi nemo magni temporibus amet consequuntur aut, illum necessitatibus sapiente vel recusandae, incidunt non aspernatur alias dolores? Voluptas aliquam hic ullam cum.</p>
</div>
<div></div>
<button>Contact Me</button>
<div class="dot">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--Footer-->
<div class="footer">
© CopyRight Ali's Website
</div>
</body>
</html>