-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphoto.html
67 lines (67 loc) · 2.17 KB
/
photo.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Dixer Studio</title>
<link rel="stylesheet" type="text/css" href="css/photo.css">
</head>
<body>
<header class="navbar">
<h1 id="namecompany"> Dixer Studio </h1>
<nav class="menu">
<li> <a href="#"> Home </a></li>
<li> <a href="#about"> About </a></li>
<li> <a href="#service"> Services </a> </li>
<li> <a href="#team"> Team </a></li>
<li> <a href="#testimonial"> Testimonial </a></li>
<li> <a href="#Contact"> Contact </a></li>
<li> <a href="gallery"> Gallery </a></li>
</nav>
</header>
<main>
<section class="home">
<div class="textin">
<p> Welcome to</p>
<h1> DIXER Studio </h1><hr>
<p> Your imaging ressource</p>
</div>
</section><br>
<section class="about">
<hr class="hr">
<h1 id="about"> ABOUT </h1><br>
<div class="aboute">
<div class="descript"> <br><br><br>
<h1 id="name"> FIRST NAME <br> SURNAME </h1><br><br>
<p id="des"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum modi blanditiis possimus sint, dicta reprehenderit quia optio accusantium ad laborum qui! Rem amet obcaecati accusantium nihil, ratione voluptas porro cupiditate animi ex accusamus dicta modi similique, reiciendis rerum, laborum error.</p>
</div>
<div class="photographe">
<img src="images/pho.jpg" alt="image photographer" class="grapher">
</div>
</div>
</section>
<section class="services">
<hr><br>
<h2> See Our</h2>
<h1 id="service"> SERVICES </h1>
<div class="serv">
<div class="img">
<img src="images/out.jpg" alt="" class="ex">
<h1> Events <br> Photography</h1>
<button id="btn"> Gallery</button>
</div>
<div class="img">
<img src="images/por.jpg" alt="" class="ex">
<h1> Video <br> Production</h1>
<button id="btn"> Gallery</button>
</div>
<div class="img">
<img src="images/rtty.jpg" alt="" class="ex">
<h1> Modeling <br> Photography</h1>
<button id="btn"> Gallery</button>
</div>
</div>
</section>
</main>
</body>
</html>