-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·155 lines (119 loc) · 6.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style2.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style2.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
<meta name="Tech 4 Good Research Group" content="T4G students, projects and events">
<script src="https://use.fontawesome.com/cb342c03cb.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T4G Research Group</title>
</head>
<body>
<header class="hero-image">
<div class="hero-text container">
<h1 id="title">TECH FOR GOOD</h1>
<h2 class="h2">Research Group</h2>
</div>
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="img/T4G-Logo.png" alt="T4G logo">
</a>
<!--toggler navbar for small size screens-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navbar-dark" id="navbarSupportedContent" style="text-align: center">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link active" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="capstone.html">Capstone</a></li>
<li class="nav-item"><a class="nav-link" href="students.html">Students</a></li>
<li class="nav-item"><a class="nav-link" href="events.html">Events</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a> </li>
</ul>
</div>
</nav>
</header>
<!-- Start Block 1 holds title and blocks for each project with an image and caption Start -->
<div class="container block1 mx-auto">
<h2 class="col-sm-12 col-md-12 col-lg-12 text-center my-4">Research and Capstone Projects</h2>
<div class="row">
<!--Concentration 1: Leetcode -->
<div class="col-sm-12 col-md-4 col-lg-4 gallery">
<a href="projects.html">
<img src="img/controller.jpg" alt="game controller on a table" width="100%" height="auto">
</a>
<div class="caption">Games With a Purpose</div>
</div>
<!--Concentration 2: Leetcode -->
<div class="col-sm-12 col-md-4 col-lg-4 gallery">
<a href="projects.html">
<img src="img/source.jpg" alt="code on a screen" width="100%" height="auto">
</a>
<div class="caption">Artificial Intelligence</div>
</div>
<!--Concentration 3: CS Education -->
<div class="col-sm-12 col-md-4 col-lg-4 gallery">
<a href="projects.html">
<img src="img/students.jpg" alt="three students around a computer" width="100%" height="auto">
</a>
<div class="caption">CS Education</div>
</div>
</div>
</div>
<!-- End of Block 1 End -->
<!--Start Block 4 Student Researcher in T4G Start -->
<div class="block4 container">
<h2 class="col-sm-12 col-md-12 col-lg-12 text-center my-4">T4G</h2>
<img src="img/t4g-group-photo-small.jpg" alt="10 students and Professor Pisan in front of W statue" width="100%"
height="auto">
</div>
<!--End of Block 4 End -->
<!-- Start Block 3: How to sign up for participate T4G Start -->
<div class="block3">
<div class="container">
<div class="row">
<div class="my-auto col-sm-12 col-md-6 col-lg-6 info-text1">
<b>Capstone <br></b>
<b>Independent Study<br></b>
<b>Undergraduate Research <br></b>
</div>
<div class="my-auto col-sm-12 col-md-6 col-lg-6 info-text2">
<b>To apply, send:<br></b> -Copy of Transcript <br> -Brief Statement of Interest <br> -Preference
for credit or volunteer <br> to Yusuf Pisan at <a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
<!-- End of Block 3 End -->
<!-- <div class="block5">-->
<!-- <div class="article">-->
<!-- </div>-->
<!-- </div>-->
<div class="scroll-up row container">
<a href="#top"><i class="fa fa-hand-o-up center"></i></a>
</div>
<footer id="sticky-footer" class="py-4 hero-image2 text-white-50 mt-4">
<div class="container text-center col-sm-12 my-auto">
<p class="footer-text h2">Contact: [email protected] for more information</p>
<small style="font-size: 1.5vw;">Copyright © T4G</small>
</div>
</footer>
</body>
</html>