forked from roycenguyen777/Piroll-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPiroll About.html
137 lines (137 loc) · 4.6 KB
/
Piroll About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Piroll About</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<header class="Home">
<div class="container-header_home">
<div class="logo_menu">
<img src="img/02_Home AA.png" alt="">
</div>
<ul class="list_menu">
<li><a href="./Piroll One Page.html">One Page</a></li>
<li><a href="./Piroll Project.html">project</a></li>
<li><a href="./Piroll Contact.html">contact</a></li>
<li><a href="./Piroll About.html">about</a></li>
<li><a href="./index.html">Home</a></li>
</ul>
</div>
</header>
<section class="About_banner">
<div class="container-About_banner">
<div class="content_banner">
<h3>Amelia Woods</h3>
<p>I am a Graphic & Web Designer based in New York, specializing
in User Interface Design and Development.</p>
</div>
</div>
</section>
<section class="About_note">
<div class="container-about_note">
<div class="completed_work">
<i class="material-icons" id="Work_icons">
work_outline
</i>
<div class="content-icons_work">
<h4>548 </h4>
<p>PROJECTS COMPLETE</p>
</div>
</div>
<div class="time_work">
<i class="material-icons" id="Time_icons">
schedule
</i>
<div class="content-time_work">
<h4>1465</h4>
<p>WORKING HOURS</p>
</div>
</div>
<div class="feedbacks">
<i class="material-icons" id="Feedbacks_icons">
star_border
</i>
<div class="content-feedbacks">
<h4>612</h4>
<p>POSITIVE FEEDBACKS</p>
</div>
</div>
<div class="client">
<i class="material-icons" id="Client_incons">
favorite_border
</i>
<div class="content-clinet">
<h4>735</h4>
<p>HAPPY CLIENTS</p>
</div>
</div>
</div>
</section>
<section class="About_infomation">
<div class="container_infomation">
<div class="img_infomation">
<img src="img/03_About a.jpg" alt="">
</div>
<div class="content_infomation">
<h3>About me</h3>
<p>Given let waters air sea had you'll, may seed abundantly fish.
Were, you'll earth forth winged above brought. Own darkness
they're him can't fourth sea place have.<br>
<br>
So the above May stars cattle fruitful face shall. Tree it, winged.
Every signs male firmament us. Morning him.</p>
<img src="img/02_Home_Sign_2.png" alt="">
</div>
</div>
</section>
<section class="About_Project">
<div class="container_Project">
<h2>Need a Project?</h2>
<p>Let us know what you're looking for in an agency. We'll take a look and see
if this could be the start of something beautiful.</p>
<button type="button">LET'S TALK</button>
</div>
</section>
<footer class="Home">
<div class="container-footer_home">
<div class="copyright">
<h3>Piroll Design, Inc.</h3>
<p>© 2017 Piroll. All rights reserved.
Designed by robirurk.</p>
</div>
<div class="contect">
<p>hello@pirolltheme.com <br>
+44 987 065 908</p>
</div>
<div class="social">
<ul>
<li><a href="">Facebook</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Instagram</a></li>
<li><a href="">Dribbble</a></li>
</ul>
</div>
<div class="news">
<ul id="Menu-News">
<li><a href="">Projects</a></li>
<li><a href="">About</a></li>
<li><a href="">Services</a></li>
<li><a href="">Carreer</a></li>
</ul>
<ul>
<li><a href="">News</a></li>
<li><a href="">Events</a></li>
<li><a href="">Contact</a></li>
<li><a href="">Legals</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>