-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
67 lines (54 loc) · 2.11 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<?php include "header.html" ?>
<div class="container mt-5 mb-5">
<div class="row">
<div class="card col-lg-4 col-md-4 text-center">
<img class="card-img-top" src="img/ADITYA JAIN.jpg" alt="ADITYA JAIN, FOUNDER">
<div class="card-body">
<h1 class="card-title">ADITYA JAIN<h1>
<h6 class="card-title">FOUNDER</h6>
</div>
</div>
<div class="col-lg-8 col-md-8 text-right mt-5">
<h1>Hi</h1><br><br>
<h3>
I started ADucators with a vision that every one must get correct knowledge of this new
era of technology and education. One must know how things work around them and computer
is a friend!
</h3>
<br><br>
<h3>
I'm a very young developer and trainer currently working full time as a R&D Engineer
for one of the leading Indian manufacturer of biometric solutions.
Besides that I'm teaching for last 4+ years now.
</h3>
</div>
</div>
</div>
<div class="container text-center">
<h1 class="pt-3">HANDELS OF ADITYA JAIN</h1>
<hr class="w-25 mx-auto" />
<div class="social-links">
<a href="https://twitter.com/adwalkz" title="Twitter" target="_blanck">
<img src="img/Icon/twitter.jpg" style="height: 35px; width: 34px"/>
</a>
<a href="https://instagram.com/adwalkz" title="Instagram" target="_blanck">
<img src="img/Icon/instagram.jpg" style="height: 35px; width: 34px"/>
</a>
<a href="https://facebook.com/adwalkz" title="Facebook" target="_blanck">
<img src="img/Icon/facebook.jpg" style="height: 35px; width: 34px"/>
</a>
<a href="https://github.com/adwalkz" title="Github" target="_blanck">
<img src="img/Icon/github.jpg" style="height: 35px; width: 34px"/>
</a>
</div>
<hr class="w-25 mx-auto" />
</div>
<?php include "footer.php" ?>
</body>
</html>