-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (65 loc) · 3.55 KB
/
index.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
<!DOCTYPE html>
<head>
<title>Cholo information Technology Official Website</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="full">
<div class="container">
<div class="logo">
<a href="#"><img src="image/Ashrafuzzaman-Logo.png" alt="Cholo iT main logo"></a>
</div>
<div class="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Contact us</a></li>
<div class="clr"></div>
</ul>
</div>
<div class="clr"></div>
</div>
</div>
<!-- Menu design end -->
<!-- about section start -->
<section id="about">
<div class="container">
<div class="img">
<img src="image/head.png" alt="">
</div>
<div class="text">
<br>
<br>
<br>
<br>
<h2>Hello I'm</h2>
<br>
<h2 class="text_big">ASHRAFUZZAMAN</h2>
<h3>Founder & CEO <a href="#">Cholo Group</a></h3>
<br>
<hr>
<br>
<h4> Assalamu Alikum everyone i'm Ashrafuzzaman from Bangladesh, i'm a young Innovator & Businessman . I live in Jashore District and am 22 years old. <br> I am make a " Road Acccident Prevention System " I think this project can greatly reduce road accidents.i am build up cholo group Company.Cholo Group is representing Bangladesh. The members of Cholo Group are Cholo Transport, Cholo Shop , Cholo Super Mall, Cholo Technology ,Cholo iT ,Cholo GPS Tracker, Cholo Real state, Cholo Jai, Cholo Electronic, Cholo Khai, Cholo Import/Export, Cholo Enterprise.</h4>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="media_link">
<a href="https://www.facebook.com/hello.ashrafuzzaman" target="_blank"><img src="image/facebook.png" alt="facebook"></a>
<a href="https://www.instagram.com/cholotransport/" target="_blank"><img src="image/instagram.png" alt="instagram"></a>
<a href="https://twitter.com/Chologps" target="_blank"><img src="image/twitter.png" alt=""></a>
<a href="https://wa.me/message/UQK2DZ6DVFQ6I1?src=qr" target="_blank"><img src="image/whatsapp.png" alt="whatsapp"></a>
<a href="https://www.youtube.com/channel/UC6FQYOPT0GVrNDt-A-texPw" target="_blank"><img src="image/youtube.png" alt="youtube"></a>
</div>
</div>
<div class="clr"></div>
</div>
</section>
<!-- about section end -->
</body>
</html>