Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Fixed the website
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyrk99 committed May 2, 2019
1 parent 862aaa7 commit f35f2e0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Amey Khairnar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="images/smallest_icons.png">
<link rel="icon" href="docs/images/smallest_icons.png">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>

<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" media="screen" href="styles/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="styles/index.css" />
<link rel="stylesheet" type="text/css" media="screen" href="docs/styles/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="docs/styles/index.css" />
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="container" style="padding-top: 2%">
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #1C73B4;">
<a class="navbar-brand" href="#" onclick="toggleCard('home')">
<img src="./images/icon.png" width="30" height="30" class="d-inline-block align-top" alt="">
<img src="docs/images/icon.png" width="30" height="30" class="d-inline-block align-top" alt="">
</a>

<div class="collapse navbar-collapse" id="navbarSupportedContent">
Expand All @@ -70,7 +70,7 @@
<div class="row">
<div class="col-lg-5" style="padding: 7%">

<img class="mx-auto d-block" src="images/smaller_icon.png"><br>
<img class="mx-auto d-block" src="docs/images/smaller_icon.png"><br>

<p class="card-text text-center">
YACA is a calendar app aimed towards college students.<br><br>
Expand All @@ -81,7 +81,7 @@
<a href="./yaca_0.19.05.02.apk" target="_blank" rel="noopener noreferrer">
<button type="button" class="btn btn-lg"
style="background-color: #1C73B4; color:white;">
Download YACA <img src="images/android.png" alt="play icon" style="height: 30px; width: 30px">
Download YACA <img src="docs/images/android.png" alt="play icon" style="height: 30px; width: 30px">
</button>
</a>
</div>
Expand All @@ -98,17 +98,17 @@
<div class="carousel-item active">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_0.png" alt="First slide">
src="docs/images/screenshots/screenshot_0.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_1.png" alt="Second slide">
src="docs/images/screenshots/screenshot_1.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_2.png" alt="Third slide">
src="docs/images/screenshots/screenshot_2.png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselSrcShotIndicators" role="button"
Expand Down Expand Up @@ -181,7 +181,7 @@ <h2>Split Home Screen</h2><br>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_0.png" alt="Home Screen">
src="docs/images//screenshots/screenshot_0.png" alt="Home Screen">
</div>
</div>
</div>
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2>Overview</h2><br>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_1.png" alt="Overview Screen">
src="docs/images/screenshots/screenshot_1.png" alt="Overview Screen">
</div>
</div>
</div>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h2>Notepad</h2><br>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_2.png" alt="Notepad Screen">
src="docs/images/screenshots/screenshot_2.png" alt="Notepad Screen">
</div>
</div>
</div>
Expand Down Expand Up @@ -274,7 +274,7 @@ <h2>Marking Colors</h2><br>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="images/screenshots/screenshot_3.png" alt="Colors Screen">
src="docs/images/screenshots/screenshot_3.png" alt="Colors Screen">
</div>
</div>
</div>
Expand Down Expand Up @@ -302,14 +302,14 @@ <h2>About</h2><br>
Documentation credits to <a href="https://github.com/Annguyen9896" target="_blank" rel="noopener noreferrer">An Nguyen</a> and
<a href="https://github.com/bhh1893" target="_blank" rel="noopener noreferrer">Bryan Huynh</a>. <br><br>

YACA is made using React Native <img src="images/reactjs.png"
alt="react native icon" /> and Expo <img src="images/expo.png" alt="Expo icon"
YACA is made using React Native <img src="docs/images/reactjs.png"
alt="react native icon" /> and Expo <img src="docs/images/expo.png" alt="Expo icon"
style="height: 38px; width: 38px">
, and uses Firebase <img src="images/firebase.png" alt="Firebase icon"> for the
, and uses Firebase <img src="docs/images/firebase.png" alt="Firebase icon"> for the
database.
</p>
</div>
<div class="col-lg-7"><img class="imageStyle" src="images/icon.png" alt="YACA icon" />
<div class="col-lg-7"><img class="imageStyle" src="docs/images/icon.png" alt="YACA icon" />
</div>
</div>
</div>
Expand Down

0 comments on commit f35f2e0

Please sign in to comment.