forked from NAU-SuperGeeks/www_supergeeks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (58 loc) · 2.37 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
<!doctype html>
<html>
<head>
<link rel="shortcut icon" href="images/supergeeks_logo.png" type="image/x-icon">
<title>GeekSurvey - Home</title>
<meta name="description" content="GeekSurvey">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="site_header">
<div id="logo_title">
<img id="team_logo" src="images/geeksurvey_logo_hd.png" alt="logo for the capstone team">
<h1 id="site_title"> GeekSurvey </h1>
</div>
<nav id="nav_links">
<a href="index.html"> Home </a>
<a href="supergeeks.html"> Team </a>
<a href="process.html"> Process </a>
<a href="solution.html"> Solution </a>
<a href="tech.html"> Tech </a>
</nav>
</div>
<div id="content">
<h2>
Project 📚
</h2>
<p> <strong>GeekSurvey</strong> is a web application to provide programmers with opportunities to participate in Software Engineering research. </p>
<p> To read more about <strong>GeekSurvey</strong>, see the
<a href="https://www.ceias.nau.edu/~edo/Classes/CS_Capstone/Projects/F21/Gerosa-GeekSurvey.pdf"> Capstone project proposal</a> written by the project sponsors. </p>
<br>
<hr>
<h2>
Team Information 😃😃😃😃
</h2>
<p> <a href="supergeeks.html">SuperGeeks</a> is a team of Computer Science students at Northern Arizona University. </p>
<p> The members of SuperGeeks are Tim Giroux, Pengfei Liu, Kyle Austria, and Gustavo Valencia. </p>
<br>
<hr>
<h2>
Project Sponsor 🔑
</h2>
<p> The sponsors of <strong>GeekSurvey</strong> are <a href="https://directory.nau.edu/person/mag696">Marco Gerosa</a> and <a href="https://www.igor.pro.br/">Igor Steinmacher</a>. </p>
<p> Dr. Gerosa and Dr. Steinmacher are distinguished Software Engineering researchers. They have found that there is a communication problem with recruiting participants for S.E. studies. This is the problem that <strong>GeekSurvey</strong> sets out to solve. </p>
<br>
<hr>
<h2>
Technical Advisor 👩🎓
</h2>
<p> The technical advisor to SuperGeeks is Felicity H. Escarzaga. She recently earned a degree in Mechanical Engineering, and is currently working towards a PhD in Informatics.</p>
<br>
</div>
<div id="site_footer">
<p id="footer_info"> All rights reserved. </p>
<p> <a href="https://github.com/NAU-SuperGeeks/www_supergeeks"> Website Source </a> </p>
</div>
</body>
</html>