-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (170 loc) · 7.45 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="theme-color" content="#2CA58D" />
<meta name="msapplication-navbutton-color" content="#2CA58D">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#2CA58D">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<title>TECH ELITE</title>
<base href="/techelite/">
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.mimidots.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://analytics.mimidots.com/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/materialize.min.css">
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<body>
<nav role="navigation" class="navbar-fixed">
<nav class="light-blue lighten-1">
<a href="#" class="sidenav-trigger hide-on-med-and-up" data-target="nav-mobile">
<i class="material-icons">menu</i>
</a>
<div class="nav-wrapper container">
<ul class="hide-on-small-and-down">
<li><a href="#home">HOME</a></li>
<li><a href="#projects">PROJECTS</a></li>
<li><a href="#!" class="dropdown-trigger" data-target="about-dropdown">
ABOUT US
<i class="material-icons right">arrow_drop_down</i>
</a>
</li>
<li><a href="#contact">CONTACT US</a></li>
</ul>
</div>
</nav>
<ul class="sidenav hide-on-med-and-up text-darken-4" id="nav-mobile">
<li class="sidenav-close"><a href="#home">HOME</a></li>
<li class="sidenav-close"><a href="#projects">PROJECTS</a></li>
<li class="sidenav-close">
<a href="#about">ABOUT US</a>
</li>
<li class="sidenav-close"><a href="#contact">CONTACT US</a></li>
</ul>
</nav>
<ul id="about-dropdown" class="dropdown-content">
<li>
<a href="#about">Team</a>
</li>
</ul>
<div class="section home" id="home">
<div class="container home-content">
<h3 class="center section-header">TEAM TECH ELITE</h3>
<div class="row">
<h5 class="col s12 light">We are the innovators, designers, developers and tech industry professionals with
in depth passion on
helping people from all the walks of life become more tech savvy</h5>
</div>
</div>
</div>
<div class="section container" id="projects">
<!--show case some prod projects-->
<div class="row ">
<h5 class="col m12 center p-4 section-header">LATEST PROJECTS</h5>
<div id="projects-placeholder">
</div>
</div>
<div class="row col center s12">
<h6 class="">OOh! and we love open source community. Here are some of our open source projects</h6>
</div>
<div class="row container">
<div class="col s12 m4">
<div class="project-container">
<div class="featured-icon light-blue-text">
<i class="material-icons">flash_on</i>
</div>
<div class="project-title center light mt-4 mb-2">MySQL Query Builder</div>
<div class="project-description">
A PHP library that lets developer worry less on writing MYsQL database queries
and focus on building the core business/system logic. Click <a
href="https://github.com/mimidotsuser/sqlQueryuilder">here</a> for more details
</div>
</div>
</div>
<div class="col s12 m4">
<div class="project-container ">
<div class="featured-icon light-blue-text">
<i class="material-icons">dashboard</i>
</div>
<div class="project-title center light mt-4 mb-2">DYCE IO</div>
<div class="project-description">
Dyce IO is a web based (using PHP) socket based implementation of a simple real time chat app.
It can be scaled to include new functionality with minimal logic change. For more, click <a
href="https://github.com/mimidotsuser/dyce.io">here</a>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="project-container ">
<div class="featured-icon light-blue-text">
<i class="material-icons">money</i>
</div>
<div class="project-title center light mt-4 mb-2">E-Imprest</div>
<div class="project-description">
Web based Imprest management system for higher education institution
for paying out and subsequently replenishing petty cash account. For more details, click
<a href="https://github.com/mimidotsuser/e-imprest">here</a>.
</div>
</div>
</div>
</div>
</div>
<div class="section" id="about">
<div class="container">
<div class="row">
<h5 class="col center s12 section-header">Our Amazing team</h5>
<div id="team-placeholder"></div>
</div>
</div>
</div>
<div class="section" id="contact">
<div class="container">
<div class="row">
<h4 class="col center s12 section-header">contact us</h4>
<div class="subheader center">Feel free to drop us a message</div>
</div>
<div class="row valign-wrapper">
<div class="col s12 m9 pull-m1 ">
<form action="/" id="contact-form" class="contact-form">
<div class="input-field col s12">
<i class="material-icons prefix">account_circle</i>
<input type="text" id="name" class="validate" required>
<label for="name">Your name</label>
</div>
<div class="input-field col s12">
<i class="material-icons prefix">email</i>
<input type="email" id="email" class="validate" required>
<label for="email">Your email</label>
</div>
<div class="input-field col s12">
<i class="material-icons prefix">message</i>
<textarea id="message" class="materialize-textarea validate" required></textarea>
<label for="message">Your message</label>
</div>
<div class="col s4 push-4 right pt-2">
<button class="btn waves-effect waves-light" type="button" id="submitContact">Submit
<i class="material-icons right">send</i>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<script src="./assets/js/materialize.min.js"></script>
<script src="./assets/js/app.js"></script>
</body>
</html>