-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
193 lines (180 loc) · 8.01 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
<!DOCTYPE HTML>
<html>
<head>
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#00c3a4">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#00c3a4">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#00c3a4">
<link rel="icon" type="image/png" sizes="144x144" href="images/favicon.png">
<title>Hackatren 2018 | Xrojan Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<img src="images/logo_xrojan.png" alt="logo xrojan">
</div>
<div class="content">
<div class="inner">
<h1>LRTHub</h1>
<p>An innovative entry of <a href="#">Xrojan</a> to the Light Rail Manila Corporation's 2018 Hackatren Hackathon</p>
<img src="images/hackatren.png" class="hackatren-logo" alt="logo hackathon">
<p>HACKATREN 2018: A hackathon for better LRT 1 customer experience</p>
</div>
</div>
<nav>
<ul>
<li><a href="#project">Project</a></li>
<li><a href="#tech">Tech</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Project -->
<article id="project">
<h2 class="major">Project Details</h2>
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<p>Aenean ornare velit lacus, ac varius enim ullamcorper eu. Proin aliquam facilisis ante interdum congue. Integer mollis, nisl amet convallis, porttitor magna ullamcorper, amet egestas mauris. Ut magna finibus nisi nec lacinia. Nam maximus erat id euismod egestas. By the way, check out my <a href="#work">awesome work</a>.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.</p>
</article>
<!-- Tech -->
<article id="tech">
<h2 class="major">Tech Stacks</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Tech</th>
<th>Feature</th>
</tr>
</thead>
<tbody>
<tr>
<td>Google's AI Vision</td>
<td>Integrated with our CrowdVolume prediction</td>
</tr>
<tr>
<td>Microsoft Azure</td>
<td>LRTHub's AskBot (ChatBot)</td>
</tr>
<tr>
<td>Heroku</td>
<td>Cloud Deployment</td>
</tr>
<tr>
<td>Django Rest Framework</td>
<td>Future Proof RestAPIs</td>
</tr>
<tr>
<td>Django</td>
<td>Backend + Administration Web Interface</td>
</tr>
<tr>
<td>Android</td>
<td>Core platform for the mobile app</td>
</tr>
<tr>
<td>Android Jetpack</td>
<td>Core framework/SDK for the mobile app</td>
</tr>
</tbody>
</table>
</div>
</article>
<!-- Team -->
<article id="team">
<h2 class="major">Meet The Team</h2>
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<h2>Aileen Romero</h2>
<h5>Software Engineer, Spark Global Tech Systems </h5>
<ul class="icons margin-top-small">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<h2>Anton Guinto</h2>
<h5>Mobile Software Engineer, Teravibe </h5>
<ul class="icons margin-top-small">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<h2>Joshua de Guzman</h2>
<h5>Software Developer, Xurpas Inc. </h5>
<ul class="icons margin-top-small">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form method="POST" action="https://formspree.io/[email protected]">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Xrojan Team - Hackatren 2018 | <a href="https://xrojan.com">Xrojan</a> | <a href="https://github.com/xrojan/hackatren"><span class="fa fa-github"></span>GitHub</a></p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121652877-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121652877-2');
</script>
</html>