This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhatwedo.html~
134 lines (122 loc) · 4.35 KB
/
whatwedo.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
<!DOCTYPE HTML>
<html>
<head>
<title>WHAT WE DO ???</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">AdiTECH Technologies</a></h1>
<span>Design by Aditya Jain</span>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="regsign.php">Register/SignUp</a></li>
<li class="active"><a href="whatwedo.html">What We Do</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="admin.php">Admin Stuff</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header>
<h2>Website Development</h2>
<span class="byline">We build Small Website</span>
</header>
<a href="#" class="image full"><img src="images/websitebuild.jpeg" alt="" /></a>
<p>Our Website May include following features</p>
<ul class="default">
<li>--> HTML-5 Responsive</li>
<li>--> Java Script</li>
<li>--> MySqli database Managment</li>
<li>--> Web Applications</li>
<li>--> PHP Support</li>
<li>--> Web Application Security</li>
</ul>
</section>
</div>
<!-- Sidebar -->
<!-- Content -->
<div id="sidebar" class="4u">
<section>
<header>
<h2>Android Development</h2>
<span class="byline">We build Small Android Apps</span>
</header>
<p><a href="#" class="image full"><img src="images/androidbuild.jpeg" alt=""></a></p>
<p>Our Android App May include following features</p>
<ul class="default">
<li>--> Multiple Activities</li>
<li>--> Multiple Fragments</li>
<li>--> SQLite Database</li>
<li>--> Navigation drawer and Toolbars</li>
<li>--> Soon will be added</li>
<li>--> Soon will be added</li>
</ul>
</section>
</div>
<!-- /Content -->
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header>
<h2>Java Desktop Applications</h2>
<span class="byline">We build small Java Based Applications which run on JRE.</span>
</header>
<p><a href="#" class="image full"><img src="images/desktopbuild.jpeg" alt=""></a></p>
<p>Our Application may include following features-</p>
<ul class="default">
<li>-->Swing Framework</li>
<li>-->Java Database Connectivity</li>
<li>-->Multiple Threaded Applications</li>
</ul>
</section>
</div>
<!-- Sidebar -->
</div>
</div>
</div>
<!-- Main -->
<div id="copyright">
<div class="container">
Design: <a href="index.html">Aditya Jain.</a> This website has Copyright of Aditya...
</div>
<div class="container">
<a href="https://facebook.com/adityajn105"><img src="images/fb.png"/></a>
<a href="https://in.linkedin.com/in/aditya-jain-a0777a110"><img src="images/in.png"/></a>
<a href="https://instagram.com/adityajn105"><img src="images/insta.png"/></a>
</div>
</div>
</body>
</html>