Skip to content

Commit

Permalink
fixed scrolling easing and js issues
Browse files Browse the repository at this point in the history
  • Loading branch information
n-sikka committed Nov 4, 2018
2 parents 9437e3a + 7e9c2f1 commit ab33049
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 53 deletions.
6 changes: 6 additions & 0 deletions public/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
The MIT License (MIT)

Modifications:

Copyright (c) 2018 Camelot Developers

Original Project:

Copyright (c) 2013-2018 Blackrock Digital LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Binary file removed public/img/portfolio/cabin.png
Binary file not shown.
Binary file removed public/img/portfolio/cake.png
Binary file not shown.
Binary file removed public/img/portfolio/circus.png
Binary file not shown.
Binary file removed public/img/portfolio/game.png
Binary file not shown.
Binary file removed public/img/portfolio/safe.png
Binary file not shown.
Binary file removed public/img/portfolio/submarine.png
Binary file not shown.
Binary file removed public/img/profile.png
Binary file not shown.
46 changes: 15 additions & 31 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Excalibur, PDF, Parsing, Table, OCR">
<meta name="description" content="Excalibur, PDF, Parsing, Table, Extraction, OCR">
<meta name="author" content="Vinayak, Mehta, Nikhil, Sikka">

<title>Excalibur - PDF Parsing for Humans</title>
<title>Excalibur - PDF Table Extraction for Humans</title>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous" />
Expand All @@ -19,9 +19,6 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">

<!-- Plugin CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this template -->
<link href="css/index.min.css" rel="stylesheet">

Expand All @@ -46,7 +43,7 @@
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contributors</a>
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#developers">Developers</a>
</li>
</ul>
</div>
Expand All @@ -56,20 +53,19 @@
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container">
<img src="https://excalibur-py.readthedocs.io/en/master/_static/excalibur-logo.png" class="rounded img-fluid mb-5 d-block mx-auto"
<img src="https://excalibur-py.readthedocs.io/en/master/_static/excalibur-logo.png" class="rounded img-fluid mb-5 d-block mx-auto"
width="150" height="auto" alt="Excalibur">
<hr class="star-light">
<h1 class="text-uppercase mb-1 lead">Excalibur</h1>
<h4>PDF Table Extraction for humans</h4>
<!-- <h2 class="font-weight-light mb-0">Web Developer - Graphic Artist - User Experience Designer</h2> -->
<h4>PDF Table Extraction for Humans</h4>
</div>
</header>


<!-- About Section -->
<section class="text-secondary mb-0" id="about">
<div class="container-fluid">
<h2 class="text-center text-uppercase text-secondary">About</h2>
<h2 class="text-center text-uppercase text-secondary mt-5">About</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg-4 ml-auto">
Expand All @@ -86,7 +82,7 @@ <h2 class="text-center text-uppercase text-secondary">About</h2>
<!-- features Grid Section -->
<section class="bg-primary features" id="features">
<div class="container">
<h2 class="text-center text-uppercase text-white mb-0">What does it do?</h2>
<h2 class="text-center text-uppercase text-white mt-5 mb-0">Features</h2>
<hr class="star-light mb-5">
<div class="row align-items-center mb-5 text-white">
<div class="col-md-6 order-lg-first">
Expand Down Expand Up @@ -121,28 +117,16 @@ <h3>Feature Three</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium veniam exercitationem expedita laborum at voluptate. Labore, voluptates totam at aut nemo deserunt rem magni pariatur quos perspiciatis atque eveniet unde.</p>
</div>
</div>
<!-- <div class="row align-items-center mb-5">
<div class="col-md-6 order-lg-last">
<a href="#">
<img class="img-fluid rounded mb-3 mb-md-0" src="http://placehold.it/520x240" alt="">
</a>
</div>
<div class="col-md-6 order-lg-first">
<h3>Project One</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium veniam exercitationem expedita laborum at voluptate. Labore, voluptates totam at aut nemo deserunt rem magni pariatur quos perspiciatis atque eveniet unde.</p>
<a class="btn btn-primary" href="#">View Project</a>
</div>
</div> -->
</div>
</section>

<!-- Contact Section -->
<section id="contact">
<section id="developers">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Contributors</h2>
<h2 class="text-center text-uppercase text-secondary mt-5 mb-0">Developers</h2>
<hr class="star-dark mb-5">
<div class="row">

<div class="col-lg-6 col-sm-6 col-xs-12 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" height="200" width="200"
src="https://avatars1.githubusercontent.com/u/4329421?s=460&v=4" alt="Vinayak Mehta">
Expand Down Expand Up @@ -189,7 +173,7 @@ <h3 class="mb-1 mt-4">Nikhil Sikka</h3>
<div class="row">
<div class="col-md-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">Earth</p>
<p class="lead mb-0">New Delhi, India</p>
</div>
<div class="col-md-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Github</h4>
Expand Down Expand Up @@ -217,16 +201,16 @@ <h4 class="text-uppercase mb-4">Github</h4>
<i class="fa fa-chevron-up"></i>
</a>
</div>

<!-- Bootstrap core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>

<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.compatibility.min.js" async></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>

<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
<script src="js/freelancer.js"></script>

</body>

Expand Down
22 changes: 0 additions & 22 deletions public/mail/contact_me.php

This file was deleted.

0 comments on commit ab33049

Please sign in to comment.