-
Notifications
You must be signed in to change notification settings - Fork 0
/
expert.php
executable file
·150 lines (121 loc) · 7.24 KB
/
expert.php
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
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<?php include('includes/header.php') ?>
<body class="skill-page">
<!-- skill-area_top start -->
<div class="skill-area_top">
<div class="container-fluid">
<div class="row">
<div class="col-lg-7">
<div class="skills-text">
<span>Hi There.</span>
<h1>Experte in Lorem Ipsum is simply dummy text of the printing and typese</h1>
<br>
<p>tting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div class="btn-grp">
<a href="#" class="contact-us-btn">Hire Me</a>
<a href="#" class="contact-us-btn">Ask Me Question</a>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="skills-bg">
<img src="assets/img/man.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- skill-area_top end -->
<!-- skill-area Start -->
<div class="skill-area">
<div class="container-fluid">
<div class="row skillt-title">
<div class="col-lg-12">
<h2>Skills</h2>
</div>
</div>
<div class="row">
<div class="col-lg-7">
<div class="skills-item">
<div class="skill-item-single">
<div class="btn5">
<div class="hexagon">
<span>1</span>
</div>
</div>
<h4>Expert in</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, look even slightly </p>
</div>
<div class="skill-item-single">
<div class="btn5">
<div class="hexagon">
<span>2</span>
</div>
</div>
<h4>Expert in</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, look even slightly </p>
</div>
<div class="skill-item-single">
<div class="btn5">
<div class="hexagon">
<span>3</span>
</div>
</div>
<h4>Expert in</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, look even slightly </p>
</div>
<div class="skill-item-single">
<div class="btn5">
<div class="hexagon">
<span>4</span>
</div>
</div>
<h4>Expert in</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, look even slightly </p>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="skill-right-content">
<span>Receive Best Advice</span>
<h2>Experte in Lorem Ipsum is simply </h2>
<p>tting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<a href="#" class="contact-us-btn">Contact Me</a>
</div>
</div>
</div>
</div>
</div>
<!-- skill-area End -->
<div class="recent-video-area">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="video-title">
<h2>My Recent Video</h2>
</div>
</div>
</div>
<div class="row recent-bg">
<div class="col-lg-7 col-md-6">
<div class="recent-video" style="background: none;">
<video controls crossorigin playsinline poster="assets/img/how_we_work.jpg" id="player0">
<source src="assets/video/how_we_work_MP4_640_3MG.mp4" type="video/mp4" size="360">
<source src="assets/video/how_we_work_576p.mp4" type="video/mp4" size="576">
</video>
</div>
</div>
<div class="col-lg-5 col-md-6">
<div class="recent-txt">
<h4>Do You Need Some Help?</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum,</p>
<a href="#" class="contact-us-btn">Contact Me</a>
</div>
</div>
</div>
</div>
</div>
<?php include('includes/footer.php') ?>
</body>
</html>