-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
85 lines (67 loc) · 3.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>passthought</title>
<link rel="icon" type="image/x-icon" href="/assets/passthoughtlogo_notext.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!--Bootstrap JS-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!--Bootstrap CSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link type="text/css" rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center position-relative">
<div class="site-logo">
<a href="index.html">
<img src="./assets/passthoughtlogo_notext.png" alt="..." height="75"><span style="color:#4266B6"> pass<span style="color:#159CD8">thought </span>
</a>
</div>
<div class="col-12">
<nav class="site-navigation text-right ml-auto " role="navigation">
<ul class="site-menu main-menu js-clone-nav ml-auto d-none d-lg-block">
<li><a href="features.html" class="nav-link">features</a></li>
<li><a href="about.html" class="nav-link">about us</a></li>
<li><a href="join.html" class="nav-link">join</a></li>
</ul>
</nav>
</div>
<div class="toggle-button d-inline-block d-lg-none"><a href="#" class="site-menu-toggle py-5 js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="bg-light">
<div class="container py-5">
<div class="row h-100 align-items-center py-5">
<div class="col-lg-6">
<h1 class="display-4">We are FiveMind.</h1>
<p class="lead text-muted mb-0">The Five in “Five Mind” was a reference to the five members in our group but also to the concept of a hive mind. We wanted to allude to how a hive mind functions by having everyone on the same page and thought process. While it is important for people to break away and think of new unique ideas, we as a group also felt that having agreements in our thought process and ideas is what will further push our growth. Cooperation is an important aspect of group work.
</p>
<br></br>
<p class="lead text-muted">Site by <a href="https://austinhuynh.dev" class="text-muted">
<u>Austin Huynh</u></a>
</p>
</div>
<div class="col-lg-6 d-none d-lg-block"><img src="assets/FiveMind_LogoFinal.png" alt="" class="img-fluid"></div>
</div>
</div>
</div>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
</body>
</html>