-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (214 loc) · 10.7 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html>
<head>
<title>Platinum Analytics</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif
}
body,
html {
height: 100%;
line-height: 1.8;
}
a {
text-decoration:none;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("/assets/background.png");
min-height: 100%;
}
hr.rounded {
border-top: 4px solid #bbb;
border-radius: 5px;
width: 86%;
margin: auto;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<!- Right-sided navbar links -->
<div class="w3-left">
<a href="#home" class="w3-bar-item w3-button">
<img src="/assets/smallLogoTransparent.svg" width=40vh>
</a>
</div>
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">ABOUT</a>
<a href="#team" class="w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
<a href="#contact" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium"
onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large"
style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close
×</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
</nav>
<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container w3-grayscale-min" id="home">
<div class="w3-display-left w3-text-white" style="padding:48px">
<span class="w3-jumbo w3-hide-small">Platinum Analytics</span><br>
<span class="w3-xxlarge w3-hide-large w3-hide-medium">Platinum Analytics</span><br>
<span class="w3-large">Providing shining solutions to difficult problems.</span>
<p><a href="#about"
class="w3-button w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off">Learn
more and start today</a></p>
</div>
</header>
<!-- About Section -->
<div class="w3-container" style="padding:100px 16px 50px" id="about">
<h3 class="w3-center"><strong>ABOUT THE COMPANY</strong></h3>
<br>
<!-- <p class= "w3-center w3-large" style="padding: 0 100px">We are a company specializing in software engineering. We are dedicated to creating effective solutions for our consumers' problems. We design modern products, create software, and make programs to meet their pressing needs: including yours! </p> -->
<p class="w3-center" style="padding: 0 10%">WE ARE A COMPANY SPECIALIZING IN <span style="font-weight:bolder;">SOFTWARE ENGINEERING.</span></p>
<p class= "w3-center w3-medium" style="padding: 0 21%">We are dedicated to creating effective solutions for our consumers' problems. We design modern products, create software, and make programs to meet their pressing needs: including yours.</p>
<br>
<hr class="rounded">
<br>
<p class="w3-center w3-large">OUR CORE VALUES</p>
<div class="w3-row-padding w3-center" style="margin-top:64px">
<div class="w3-quarter">
<i class="fa fa-desktop w3-margin-bottom w3-jumbo w3-center"></i>
<p class="w3-large">Dedication</p>
<p>We won't stop until we make the perfect solution that fits your needs. We take pride in knowing we give you the best.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-heart w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Passion</p>
<p>We love what we do, and hope that fosters in our work. We combine software engineering, math, and science into one.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-diamond w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Quality</p>
<p>We aspire to create high quality products that not only solve your problems but increase your quality of life dramatically.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-cog w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Flexibility</p>
<p>We'll do whatever you need, how ever, and work with you step by step. Need something modified? No problem.</p>
</div>
</div>
</div>
<!-- <hr class="rounded"> -->
<hr class="rounded">
<!-- Team Section -->
<div class="w3-container" style="padding: 10px 16px 100px " id="team">
<h3 class="w3-center">MEET THE TEAM</h3>
<p class="w3-center w3-large">We are all sophomores in the SMCS program.</p>
<div class="w3-row-padding" style="margin-top:64px">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="/assets/people/leavy.png" alt="Leavy" style="width:100%">
<div class="w3-container">
<h3>Leavy Hu</h3>
<p class="w3-opacity">Project Manager</p>
<p>Hello! My favorite hobby is listening to music on Spotify!
I started coding in middle school, primarily focusing on app building and Python. Since then, I have had 2 years of experience in Java and 1 in HTML.</p>
<p><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">
Contact</a></button></p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="/assets/people/archit.png" alt="Archit" style="width:100%">
<div class="w3-container">
<h3>Archit Ashok</h3>
<p class="w3-opacity">Lead Programmer</p>
<p>I like to program in my free time and play with friends!</p>
<p><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">
Contact</a></button></p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="/assets/people/hannah.png" alt="Hannah" style="width:100%">
<div class="w3-container">
<h3>Hannah Chen</h3>
<p class="w3-opacity">Systems Analyst</p>
<p>I enjoy playing the piano and hanging out with friends!
</p>
<p><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">
Contact</a></button></p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="/assets/people/devon.png" alt="Devon" style="width:100%">
<div class="w3-container">
<h3>Devon Chen</h3>
<p class="w3-opacity">Lead Tester</p>
<p>I enjoy cooking and making delicious food for friends and family!</p>
<p><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">
Contact</a></button></p>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="w3-container w3-light-gray w3-center" style="padding:50px 16px 50px" id="contact">
<h3>CONTACT</h3>
<p class="w3-center w3-large">Let's get in touch. Send us a message:</p>
<div style="margin-top:48px">
<p><i class="fa fa-map-marker fa-fw w3-xxlarge w3-margin-right"></i>Poolesville, Maryland</p>
<p><i class="fa fa-phone fa-fw w3-xxlarge w3-margin-right"></i>Phone: +1 240 344 0200
</p>
<p><i class="fa fa-envelope fa-fw w3-xxlarge w3-margin-right"></i>Email: [email protected]</p>
<!-- Image of location/map -->
<img src="/assets/map.png" class="w3-image" style="height:100%;margin-top:48px">
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
</footer>
<script>
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
</body>
</html>