-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout-us.html
61 lines (58 loc) · 4.85 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cura</title>
<link rel="stylesheet" href="about-us.css">
<link rel="stylesheet" href="home-page.css">
<link rel="icon" href="./pictures/Untitled_Artwork.png" type="png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito&display=swap">
</head>
<body>
<nav>
<a class="active" href="home-page.html">cura</a>
<a class="active" href="about-us.html">about us</a>
<a href="login.html">log in</a>
<a href="signup.html">sign up</a>
</nav>
<img class="logo" src="logo.png" alt="logo" width="200">
<header>
<h1>about us</h1>
<h2>Cura strives to bridge the gender gap in tech — according to CNBC, “women technologists make up 28.8% of the tech workforce today”. A further breakdown shows that “14.1% of the tech workforce today is White women, 9.6% is Asian women, 2.2% is Black women and 1.7% is Latinx women. Another article from the Guardian highlights how women in STEM are “45% more likely than their male colleagues to quit within a year of taking a job”.
Technology’s grand should and must be the betterment of society (i.e. solving the world’s great issues). Without all members of society represented in the solution, that goal becomes skewed and technology as a whole cannot achieve its overall goal. We believe that increased representation of women and other minorities in the tech field not only serves to make the world a more equitable place for the aforementioned minorities, but ultimately creates a better world for us all.
Cura aims to foster a sense of connection between women working in the tech industry — something that the tech industry too-often lacks. We hope that with our website, girls and women interested in pursuing a career in tech can feel inspired, connected, and ready to break down ever-present glass ceilings.
</h2>
</header>
<div class="faq">
<h1>FAQ</h1>
<button class="faq1">How can I connect with other women in the tech field?</button>
<div class="faq1-content">
<p>Cura provides you with several potential matchups based on your interests, indicated in your initial sign-up form. You choose who you would like to chat with!</p>
</div>
<button class="faq2">Will my information be kept confidential?</button>
<div class="faq2-content">
<p>All your information will be kept confidential. We do not sell your data to any third-party companies. </p>
</div>
<button class="faq3">What is Cura premium?</button>
<div class="faq3-content">
<p>On Cura, you only get 10 matches a day. However with premium — for $2.99/month — you can get unlimited matches and build your network at an astronomical speed! </p>
</div>
<button class="faq4">Why Cura?</button>
<div class="faq4-content">
<p>Unlike current popular networking apps such as LinkedIn or Bumble Bizz, Cura targets women working or aspiring to work in the tech field. Our site offers a safe and intimate space for women to network, connect, and speak about their hardships in the male-dominated industry. </p>
</div>
</div>
<div class="blue-blob-about-us">
<svg width="565" height="512" viewBox="0 0 565 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="blue-blob-about-us" fill-rule="evenodd" clip-rule="evenodd" d="M324.022 0.369461C395.065 -5.67531 449.645 63.6981 497.123 116.891C536.768 161.307 544.896 221.169 569.494 275.385C598.446 339.197 666.148 393.326 653.84 462.308C641.424 531.896 574.924 583.489 509.672 610.669C451.011 635.104 387.092 607.455 324.022 599.691C270.36 593.086 216.945 593.422 168.853 568.717C113.864 540.468 59.7116 505.362 32.4217 449.891C2.82238 389.726 -13.4621 315.548 14.2679 254.499C41.3243 194.932 120.497 186.129 171.077 144.633C226.617 99.066 252.44 6.46008 324.022 0.369461Z" fill="#8CD8F0"/>
</svg>
</div>
<div class="pink-blob-about-us">
<svg width="665" height="580" viewBox="0 0 665 580" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="pink-blob-about-us" fill-rule="evenodd" clip-rule="evenodd" d="M319.9 37.3826C389.966 20.4774 478.036 -27.8513 530.262 21.8211C584.687 73.5846 510.786 170.364 534.613 241.595C558.832 313.999 670.334 347.22 664.572 423.35C659.027 496.622 578.161 546.048 509.576 572.425C448.855 595.778 384.954 556.569 319.9 555.907C255.898 555.255 191.33 594.966 133.012 568.589C70.4761 540.305 22.0869 480.132 5.24886 413.595C-11.1478 348.803 13.2685 280.786 45.3405 222.149C73.3125 171.007 123.93 140.736 172.291 108.191C218.701 76.9595 265.52 50.5033 319.9 37.3826Z" fill="#F28B8B"/>
</svg>
</div>
</body>
</html>