forked from Zion-Technologies/zion-technologies.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
102 lines (74 loc) · 3.64 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Zion</title>
<!--Google Font-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<!--CSSstylesheet-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<!--Font Awesome-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<section id="title">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">Zion</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 ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row topic d-flex justify-content-center text-center">
<h1>ABOUT US</h1>
<h3>We're pioneers trying to leverage cryptography on Data Science.</h3> <br>
<h4>Company Profile:<br> Zion Technologies is a UCI student startup which is funded by a group of UCI students.
We're trying to address real-world security&privacy problems using advanced cryptography and data science
techniques.</h4>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<h3>Founder and CEO: Yanqi Gu</h3>
<p> PhD student at University of California, Irvine, research in Security&Privacy. </p>
<h3>Co-founder and Head of Engineering: Kenneth Stewart</h3>
<p> PhD student at University of California, Irvine, research in Machine Learning. </p>
<h3>Sponsorship</h3>
<p> Currently Zion Technologies is sponsored by University of California, Irvine. </p>
<h3>Career</h3>
<p> We're actively hiring data scientist and software engineers! See contact info below. </p>
<h3>Contact</h3>
<p> Please email Yanqi Gu(gabrielgugyq at gmail dot com) for business information.</p>
</section>
<!-- Press
<section id="press">
<img src="images/techcrunch.png" alt="tc-logo">
<img src="images/tnw.png" alt="tnw-logo">
<img src="images/bizinsider.png" alt="biz-insider-logo">
<img src="images/mashable.png" alt="mashable-logo">
</section>
-->
<!-- Footer -->
<footer id="footer">
<div class="row" style="background-color:black; ">
<p>© Copyright 2021 Zion</p>
</div>
</footer>
</body>
</html>