-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (41 loc) · 1.85 KB
/
contact.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
<!DOCTYPE html>
<html>
<title>Android Repository Analyzer - Contact</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/w3.css">
<link rel="stylesheet" href="assets/w3-theme-teal.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<body>
<!-- Header -->
<header class="w3-container w3-theme w3-padding" id="myHeader">
<div class="w3-center">
<a href='index.html' class='w3-bar-item w3-button w3-hover-theme'><h4>Android Repository Analyzer</h4></a>
<h1 class="w3-xxxlarge w3-animate-bottom">Contact Us</h1>
</div>
</header>
<div class="w3-center w3-padding-32">
<div class="w3-card w3-container">
<p>
<!--
<img src="assets/img/contact.PNG" height="102" width="689"/>
-->
<ol>
<li>Gian Luca Scoccia - gianluca.scoccia at gssi.it </li>
<li>Anthony Peruma - axp6201 at rit.edu </li>
<li> Virginia Pujols - vp2532 at rit.edu </li>
<li> Ivano Malavolta - i.malavolta at vu.nl </li>
<li> Daniel E. Krutz - dxkvse at rit.edu </li>
</ol>
</p>
<a href="index.html"><i class="fa fa-home w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="tools.html"><i class="fa fa-wrench w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="data.html"><i class="fa fa-th w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="contact.html"><i class="fa fa-comment w3-text-theme" style="font-size:23px;"></i></a>
</div>
</div>
</body>
</html>