Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added AnaP.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AyushiP.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Excalibur Nouveau.ttf
Binary file not shown.
14 changes: 10 additions & 4 deletions aboutUs.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,23 @@

<h1>About Us</h1>
<p>
The idea behind Pretty&Protected was inspired by Women's History Month. Inspired to bring about awareness on women's safety as well as the growing diveristy initiatives in STEM we decided to combine both these ideas in our app. Feeling safe and secure
on the go was the reason we decided to go with an apple watch app. However, we would love to see this take the form of a mobile app that is avaible to android users and ios users. This is our Team's first ever hackathon and we are super proud
of this app idea and protoype. What features would you like to see added?
The idea behind Pretty & Protected was inspired by Women's History Month. Inspired to bring about awareness on women's safety, as well as the growing diversity initiatives in STEM, we decided to combine both of these ideas into our app. Feeling safe and secure
on the go was the reason we decided to go with an Apple Watch application. However, we would love to see this take the form of a mobile app that is available to android users and ios users. This is our team's first ever hackathon, and we are super proud
of this idea and prototype. What other features would you like to see added?
</p>

<h3>Our Members</h3>
<img src = "AnaP.jpeg" alt = "img">
<p>Ana PathaK: UNC Charlotte Senior, majoring in Computer Science</p>
<br>
<img src = "AyushiP.JPG" alt = "img">
<p>Ayushi Patel: UNC Charlotte - Senior Computer Science with a concentration in Cybersecurity and minor in Bioinformatics & Early Entry Masters in Cybersecurity Student</p>
<br>
<p>Zelaya Alayeisha: UNC Charlotte Senior, majoring in Computer Science </p>
<img src = "z.JPG" alt = "img">
<p>Zelaya Al ayeisha: UNC Charlotte Senior, majoring in Computer Science </p>
</body>

<img src = "logo1.png" alt = "logo">


</html>
14 changes: 6 additions & 8 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@

<h1>Welcome!</h1>
<p>
Welcome to the information page about Pretty & Protected. Pretty & Protected is an application
that is designed for Apple watches. Its primary focus is to keep you safe. Pretty & Protected
is proud of the many different features such as: SOS, Request a Ride, Fast Alert and Beam. Head
over to our About Us page to gather more information on why we are and the inspiration behind our
app.
Welcome to the information page about Pretty & Protected. Pretty & Protected is an application that is designed for apple watches. It's primary focus is to keep you safe. Pretty & Protected is proud of the many ddifferent features such as: SOS, Request
a Ride, Fast Alert and Beam. Head over to our About Us page to gather more information on why we are and the inspiration behind our app.

Safety is one of the most important things that we need to look out for. Whether you're at work, home, or out in public, nothing
feels better than being safe and protected. Pretty & Protected is an application
that is designed for Apple Watches. Its primary focus is to keep you safe at all times, no matter the time and location.
Make sure to check out our <a href="prototype.html"> prototype</a> and our <a href="features.html">features</a>
page to learn more about Pretty & Protected.
</p>
</body>
<img src = "logo1.png" alt = "logo">

</html>
Binary file added logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions prototype.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ <h1>Check out our prototype</h1>
</iframe>
</body>


</html>
19 changes: 17 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@font-face {
font-family: "Excalibur Nouveau";
src: url('Excalibur Nouveau.ttf');
}

body{
text-align: center;
/**background-image: url(https://wallpaperaccess.com/full/3362848.jpg); **/
Expand All @@ -7,7 +12,7 @@ body{

.navbar {
overflow: hidden;
background-color: #333;
background-color: #151434;
}

.navbar a {
Expand All @@ -20,7 +25,7 @@ body{
}

.navbar a:hover, .subnav:hover .subnavbtn {
background-color: violet;
background-color: #f1a8dc;
}

p{
Expand All @@ -33,7 +38,17 @@ body{
}

h1{
font-family: "Excalibur Nouveau";
font-size: 50pt;
text-align: center;
text-transform: uppercase;
color: purple;
}

img {
width: 20%;
}

img .logo {
width: 70%;
}
Binary file added z.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.