Skip to content

Commit

Permalink
Added star wars intro css project
Browse files Browse the repository at this point in the history
  • Loading branch information
reginapizza committed Jan 12, 2020
1 parent d0b411e commit bd0afed
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 94 deletions.
1 change: 1 addition & 0 deletions Paranormal_Encounters.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h4> Regina E. Scott </h4>
<!-- <a class="dropdown-item" href="page_portfolio_detail.html">Bucket List Web App</a> -->
<a class="dropdown-item" href="Paranormal_Encounters.html">"Paranormal Encounters" Web App</a>
<a class="dropdown-item" href="Tic_Tac_Toe.html">Tic Tac Toe Game</a>
<a class="dropdown-item" href="Star_Wars.html">Star Wars Intro CSS</a>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
Expand Down
236 changes: 236 additions & 0 deletions Star_Wars.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<title>Regina E. Scott- Tat, Too App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Personal Template" />
<meta name="keywords" content="Portfolio, Personal, CV, Resume, Minimal" />
<meta name="author" content="Shreethemes" />
<meta name="E-mail" content="[email protected]" />
<meta name="Website" content="shreethemes.in" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Magnific -->
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css" />
<!-- Icon -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link href="css/pe-icon-7-stroke.css" rel="stylesheet" type="text/css" />
<!-- Custom Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">

</head>

<body>
<!-- Loader Start -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!-- Loader End -->

<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom navbar-light sticky">
<div class="container">
<a class="navbar-brand" href="index.html">
<h4> Regina E. Scott </h4>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-menu"></span>
</button><!--end button-->

<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-link mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="index.html#projects">Projects</a>
</li><!--end nav item-->
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages
</a>
<div class="dropdown-menu rounded m-0" aria-labelledby="navbarDropdown">
<div class="container ml-0 ml-md-0">
<div class="row">
<div class="col-md-12">
<a class="dropdown-item" href="TatToo_App.html">"Tat, Too" Web App</a>
<!-- <a class="dropdown-item" href="page_portfolio_detail.html">Bucket List Web App</a> -->
<a class="dropdown-item" href="Paranormal_Encounters.html">"Paranormal Encounters" Web App</a>
<a class="dropdown-item" href="Tic_Tac_Toe.html">Tic Tac Toe Game</a>
<a class="dropdown-item" href="Star_Wars.html">Star Wars Intro CSS</a>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</div>
</li><!--end nav item-->
</ul>

<ul class="list-unstyled mb-0 mt-2 mt-sm-0 social-icon">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/reginascott/" target="blank"><i class="mdi mdi-linkedin-box"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/reginapizza" target="blank"><i class="mdi mdi-github-box"></i></a></li>
<li class="list-inline-item"><a href="https://codepen.io/reginapizza" target="blank"><i class="mdi mdi-codepen"></i></a></li>
</ul>
</div>
</div><!--end container-->
</nav><!--end navbar-->
<!-- Navbar End -->

<!-- Home Start -->
<section class="bg-pages bg-light" style="background-color: rgba(242, 234, 114) !important;">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<div class="page-next-level">
<h4 class="title"> Star Wars Intro in CSS </h4>
<ul class="page-next d-inline-block p-2 pl-4 pr-4 rounded mb-0">
<li><a href="index.html#projects" class="text-uppercase text-dark">Home</a></li>
<li>
<span class="text-uppercase text-custom">Star Wars Intro CSS</span>
</li>
</ul>
</div>
</div> <!--end col-->
</div><!--end row-->
</div> <!--end container-->
</div>
</div>
</section><!--end section-->
<!-- Home End -->

<!-- Work Start -->
<section class="section">
<div class="container">
<div class="row">
<!-- WORK START -->
<div class="col-lg-7 col-md-6 order-2 order-md-1 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="row mr-lg-4">
<div class="col-lg-12">
<div class="work-details">
<h4 class="title mb-3 border-bottom pb-3">A long time ago in a galaxy far, far away....</h4>
<p class="text-muted"> It was the week of the premiere for the latest Star Wars Movie- The Rise of Skywalker. As a huge Star Wars fan, I obviously couldn't wait to see it. I decided to use that excitement and passion to practice my CSS skills by recreating the famous opening scroll for Star Wars: The Last Jedi. </p>
<p class="text-muted"> This was my first time really trying to create something so specific with CSS and also using CSS animations. It was definitely frustrating at times trying to make it suitable to my standards, but I'm proud of what I was able to create.</p>
<p class="text-muted"> For my next updates to this, I plan on making it responsive to different screen sizes. I made it accordinging to my desktop window size, so if you are viewing it in a different sized window it may not look the same as the demo video. I would also love to add the background intro music to it! </p>
<p class="text-muted"> Note: The animation you see to the right is a GIF instead of the actual demo video in order to abide by Github's upload limits. Because of this it might seem "glitchy", but that is not true to the actual product.</p>
</div>
</div><!--end col-->

<div class="col-lg-7 mt-4 pt-2">
<div class="work-details bg-light p-4">
<h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>
<ul class="list-unstyled mb-0">
<li class="mt-3">
<b>Client :</b>
</li>
<li class="mt-3">
<span>Just for Fun</span>
</li>

<li class="mt-3">
<b>Date :</b>
</li>
<li class="mt-3">
<span>December 2019</span>
</li>
<li class="mt-3">
<b>Live Website :</b>
</li>
<li class="mt-3">
<span><a href="https://reginapizza.github.io/starWarsLastJediOpening/" target="_blank" class="text-custom">Click here</a></span>
</li>
<li class="mt-3">
<b>Front-end Github Repo :</b>
</li>
<li class="mt-3">
<span><a href="https://github.com/reginapizza/starWarsLastJediOpening" target="_blank" class="text-custom">Click here</a></span>
</li>
<li class="mt-3">
<b>Technologies Used :</b>
</li>
<li class="mt-3">
<span>HTML, CSS, CSS Animations</span>
</li>
</ul>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end col-->

<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images">
<img src="images/star-wars-image-1.png" class="img-fluid mx-auto d-block rounded" alt="star wars image">
<img src="images/starWarsIntroDemo.gif" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="gif of star wars scroll demo">
</div>
</div><!--end col-->
</div><!--end row-->

<div class="row mt-4 pt-2">
<div class="col-12">
<ul class="pagination justify-content-center mb-0 list-unstyled">
<li><a href="Tic_Tac_Toe.html" class="pr-3 pl-3 pt-2 pb-2"> <i class="mdi mdi-chevron-left"></i> Prev</a></li>
<li><a href="index.html#projects" class="pr-3 pl-3 pt-2 pb-2"><i class="mdi mdi-home"></i> Home</a></li>
<li><a href="TatToo_App.html" class="pr-3 pl-3 pt-2 pb-2">Next <i class="mdi mdi-chevron-right"></i></a></li>
</ul><!--end pagination-->
</div><!--end col-->
</div>
</div><!--end container-->
</section><!--end section-->
<!-- Work End -->

<!-- Footer Start -->
<footer class="footer bg-dark">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- <a href="#"><img src="images/logo-light.png" height="20" alt=""></a> -->
<h4> Regina E. Scott </h4>
<p class="para-desc mx-auto mt-4">You can find me on all of the platforms below by clicking the respective icon.</p>
<ul class="list-unstyled mb-0 mt-4 social-icon">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/reginascott/" target="blank"><i class="mdi mdi-linkedin-box"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/reginapizza" target="blank"><i class="mdi mdi-github-box"></i></a></li>
<li class="list-inline-item"><a href="https://codepen.io/reginapizza" target="blank"><i class="mdi mdi-codepen"></i></a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</footer><!--end footer-->

<hr>
<footer class="footer footer-bar bg-dark">
<div class="container text-foot text-center">
<p class="mb-0">© 2019-20 Cristino. Design with <i class="mdi mdi-heart text-danger"></i> by <a href="http://www.shreethemes.in/" target="_blank" class="text-white">Shreethemes</a>.</p>
</div><!--end container-->
</footer><!--end footer-->
<!-- Footer End -->

<!-- Back to top -->
<a href="#" class="back-to-top rounded text-center" id="back-to-top">
<i class="mdi mdi-chevron-up d-block"> </i>
</a>
<!-- Back to top -->

<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>

</html>
Loading

0 comments on commit bd0afed

Please sign in to comment.