-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (36 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="aboutstyle.css">
<link rel="stylesheet" href="animate.css">
<script src="https://code.jquery.com/jquery-3.2.1.js" ></script>
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="buttoncss/css/component.css">
<link rel="stylesheet" type="text/css" href="buttoncss/css/default.css">
<script src="buttoncss/js/time.js"></script>
</head>
<body class="box">
<div class="topnav container">
<a class="active " href="index.html">CitrusTask</a>
<a class="detail" href="about.html" >About</a>
<a class="detail" target="_blank" href="https://github.com/gradyy/citrustrack">GitHub</a>
</div>
<br></br>
<h1 id="title" class="animated fadeInDown">Welcome to CitrusTask!</h1>
<br></br>
<p id="wow" class="animated fadeInRight">CitrusTask is a project created during CitrusHack <br/>at the University of California, Riverside in 2018. </br>The project aims to visualize a simpler approach to the masses of overcomplicated "productivity" tools currently in the market.</p>
<br></br>
<br></br>
<div class="mascot">
<img id="mascot" class="animated fadeInUp" align="middle" src="indexImg/hibear.png">
</div>
</div>
</div>
</div>
</div>
</body>
</html>