-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
157 lines (137 loc) · 7.49 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<title>Chess Prime | About </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Chess Prime Redesigned">
<meta name="author" content="SitePoint">
<!-- SITE FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Karma">
<link rel="stylesheet" href="/css/about.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
body,
h3,
h4 {
font-family: "Karma", sans-serif
}
.w3-bar-block .w3-bar-item {
padding: 20px
}
</style>
</head>
<body style="background-color: rgb(49, 46, 43);">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: rgb(83, 113, 51);">
<a class="navbar-brand" href="index.html" style="color:white">
<img src="./img/logo.png" width="30" height="30" alt="">
Chess Prime
</a>
<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" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html" style="color:white">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color:white">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html" style="color:white">Log In</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color:white">
Create Game
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="player.html">Player</a>
<a class="dropdown-item" href="matchmaking.html">AI</a>
<a class="dropdown-item" href="tactics.html">Tactics</a>
<a class="dropdown-item" href="diagram.html">Daily Puzzle</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search: (ID/Username)" aria-label="Search">
<a href = "error.html" class="btn btn-outline-success my-2 my-sm-0" type="submit">Search </a>
</form>
</div>
</nav>
<img src="./img/logo.png" alt="Logo" class="center" style="width:25%; height: 25%;">
<div class="w3-main w3-content w3-padding" style="max-width:1200px;margin-top:100px">
<div id="Group">
<h4 style="text-align:center;color:white;"><b>Our Team</b></h4>
<div class="w3-row-padding w3-padding-16 w3-center" id="devs">
<div class="w3-quarter">
<img src="./img/andy.png" class=".img-fluid. max-width: 100%; height: auto;" alt="Andy"
style="width:100%; border: 5px solid rgb(83, 113, 51);">
<h3 style="color:white;">Andy Gjata</h3>
<p style="color:white;">Software Engineer<br>
<br>
I am a Junior pursuing a Bachelor’s in Software Engineering at the University of Texas at Dallas. I enjoy innovation, continuous self-improvement, and a focus on project management. I am interested in artificial intelligence but hope to become an expert in managing projects. My goal is to achieve the best quality in products, work most efficiently and effectively.
<br><br><br>
Personal Hobbies: hiking, table tennis, video games, and making friends.
</p>
</div>
<div class="w3-quarter">
<img src="./img/ang.jpg" class=".img-fluid. max-width: 100%; height: auto;" alt="Anjelica"
style="width:100%; border: 5px solid rgb(83, 113, 51);">
<h3 style="color:white;">Anjelica Avorque</h3>
<p style="color:white;">Software Engineer<br>
<br>
I am a Junior pursuing a Bachelor’s in Computer Science at the University of Texas at Dallas. I am interested in UI/UX Design.
<br><br><br>
Personal Hobbies: drawing, design, video games and exploring new cafes.
</p>
</div>
<div class="w3-quarter">
<img src="./img/Eric.jpg" class=".img-fluid. max-width: 100%; height: auto;" alt="Eric"
style="width:100%; border: 5px solid rgb(83, 113, 51);">
<h3 style="color:white;">Eric Duan</h3>
<p style="color:white;">Software Engineer<br>
<br>
I am currently a Junior pursuing a Bachelor's in CS at the University of Texas at Dallas. I am interested in both artificial intelligence and machine learning and hope to continue learning and improving my knowledge about them to provide personal and work projects more elegant solutions!
<br><br><br>
Personal Hobbies: Game development, Trumpet, and Video Games!
</p>
</div>
<div class="w3-quarter ">
<img src="./img/matt.png" class=".img-fluid. max-width: 100%; height: auto;" alt="Matthew"
style="width:100%; border: 5px solid rgb(83, 113, 51);">
<h3 style="color:white;">Matthew Vu</h3>
<p style="color:white;">Software Engineer<br>
<br>
I am a highly motivated software engineer and am a lifelong learner continuously researching innovative new technologies in my free time. I apply this self-learning methodology to my workflow allowing me to find efficient solutions to any problem within my personal projects or my work. Currently a Sophomore CS student attending the University of Texas at Dallas
<br><br><br>
Personal Hobbies: I enjoy Olympic Weightlifting, Clicking Circles, and helping fellow students through the internship hunt!
</p>
</div>
</div>
</div>
<footer style=text-align:center;padding:3px>
<p style="color:white"><b>Contact Us!</b><br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p style="color:white"><b>Chess Prime 2021. All rights reserved.</b>
</footer>
<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>
</body>
</html>