forked from SujitSingh11/Exam-IN
-
Notifications
You must be signed in to change notification settings - Fork 2
/
about_us.php
86 lines (86 loc) · 4.3 KB
/
about_us.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
<!DOCTYPE html>
<html>
<head>
<?php include 'include/meta_include.php' ?>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="shortcut icon" href="Logo-title.ico">
<link rel="stylesheet" href="css/about-us.css">
<link rel="stylesheet" href="css/demo.css">
<script src="js/modernizr.custom.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head>
<body>
<div class="container">
<div id="splitlayout" class="splitlayout">
<div class="intro">
<div class="side side-left">
<header class="codropsheader clearfix">
<span><a href="index.php">Exam-in</a></span>
<h1>About Us</h1>
</header>
<div class="intro-content">
<div class="profile animated fadeInUp"><img src="img/profile1.svg" alt="profile1"></div>
<h1><span class="animated slideInLeft">Sujit Singh</span><span>Web Developer</span></h1>
</div>
<div class="overlay"></div>
</div>
<div class="side side-right">
<div class="intro-content">
<div class="profile animated fadeInUp"><img src="img/profile8.jpg" alt="profile2"></div>
<h1><span class="animated slideInRight">Shubham Shirpurkar</span><span>Programmer</span></h1>
</div>
<div class="overlay"></div>
</div>
</div><!-- /intro -->
<div class="page page-right">
<div class="page-inner">
<section>
<h2>About me</h2>
<p>A C++ enthusiast, a programmer by the most elementary definition.</p>
<p>When, he's not playing football outside, he's playing Football Manager on his laptop. A true football afficionado, he supports Manchester United and gives them time whenever possible.</p>
</section>
<section>
<h2>Hobbies</h2>
<p>Amateur photographer</p>
<p>Music enthusiast</p>
<p>Movie and TV Series buff</p>
</section>
<section>
<h2>Achievements</h2>
<p>Currently, received a letter of intent from Mphasis ITO Ltd.</p>
<p>Won several state-level coding competitions, based in C and C++.</p>
</section>
</div><!-- /page-inner -->
</div><!-- /page-right -->
<div class="page page-left">
<div class="page-inner">
<section>
<h2>Web Development</h2>
<p>Studied B.C.A(Sci) at Deogiri College Aurangabad.</p>
<p>Completed Nano Degree From Lynda on PHP-Essentials and Advance-MYSQL.</p>
</section>
<section>
<h2>Hobbies</h2>
<p>Like to play Online Multiplayer Games like World of Tanks.</p>
<p>To build custom assembled computer rigs.</p>
<p>Like to watch tech reviews.</p>
</section>
<section>
<h2>Portfolio</h2>
<p>SocoClub</p>
<p>VegiShop</p>
<p>Exam-in</p>
</section>
</div><!-- /page-inner -->
</div><!-- /page-left -->
<a href="#" class="back back-right" title="back to intro">→</a>
<a href="#" class="back back-left" title="back to intro">←</a>
</div><!-- /splitlayout -->
</div><!-- /container -->
<script src="js/classie.js"></script>
<script src="js/cbpSplitLayout.js"></script>
</body>
</html>