Skip to content

Commit

Permalink
Mobile styling tweaks. Remove unused template source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
criketman66 committed Oct 30, 2021
1 parent 017df9e commit 7fbc08c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions dist/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Locomotive Scroll Container-->
<div data-scroll-container>
<!-- Navbar -->
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-10">
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-5 mb-lg-10">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center fade-in" href="./index.html" data-scroll>
<picture class="avatar me-3" data-scroll data-scroll-speed="10" data-scroll-direction="horizontal" data-scroll-position="top">
Expand Down Expand Up @@ -130,7 +130,7 @@ <h5 class="fw-medium mt-6 mb-3">Find Me Online</h5>
</div>

<!-- Experience-->
<div class="py-6" data-scroll>
<div class="py-lg-6" data-scroll>
<h2
class="display-6 border-bottom pb-5 mb-5 fade-in-up"
data-scroll data-scroll-position="bottom"
Expand Down Expand Up @@ -347,7 +347,7 @@ <h5 class="fw-medium mt-6 mb-3">Find Me Online</h5>

<!-- Footer -->
<!-- Footer-->
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-10" data-scroll-section>
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-5 px-4 px-md-0 mt-lg-10" data-scroll-section>
<h4 class="display-5 mb-5" data-scroll data-scroll-speed=".8" data-scroll-delay="0.05">Ready to discuss your project requirements?</h4>
<a href="./contact.html" class="btn btn-primary">Get In Touch</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/css/theme.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/css/theme.bundle.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Locomotive Scroll Container-->
<div data-scroll-container>
<!-- Navbar -->
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-10">
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-5 mb-lg-10">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center fade-in" href="./index.html" data-scroll>
<picture class="avatar me-3" data-scroll data-scroll-speed="10" data-scroll-direction="horizontal" data-scroll-position="top">
Expand Down
12 changes: 6 additions & 6 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Locomotive Scroll Container-->
<div data-scroll-container>
<!-- Navbar -->
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-10">
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-5 mb-lg-10">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center fade-in" href="./index.html" data-scroll>
<picture class="avatar me-3" data-scroll data-scroll-speed="10" data-scroll-direction="horizontal" data-scroll-position="top">
Expand Down Expand Up @@ -95,14 +95,14 @@
<div class="container" data-scroll-section>

<!-- Hero-->
<div class="mb-10">
<div class="mb-lg-10">
<p class="subtitle-sm" data-scroll data-scroll-speed="2" data-scroll-position="top">Hello there!</p>
<h1 class="display-1 mb-4" data-scroll data-scroll-speed="4" data-scroll-position="top">I am Jenny Smith</h1>
<p data-scroll data-scroll-speed="6" data-scroll-position="top" class="lead">London-based freelance <span class="fw-bold text-highlight" data-typed='{"backSpeed": 50,"strings": ["frontend developer", "fullstack developer", "web designer", "UX designer"]}'></span><span class="d-block">specializing in Magento, Wordpress & Shopify development</span></p>
<p data-scroll data-scroll-speed="6" data-scroll-position="top" class="lead typed-elem">London-based freelance <span class="fw-bold text-highlight" data-typed='{"backSpeed": 50,"strings": ["frontend developer", "fullstack developer", "web designer", "UX designer"]}'></span><span class="d-block">specializing in Magento, Wordpress & Shopify development</span></p>
</div> <!-- /Hero-->

<!-- Latest Projects Slideshow Top-->
<div class="mt-5">
<div>
<h2
class="display-6 border-bottom pb-5 mb-5 fade-in-up"
data-scroll data-scroll-position="bottom"
Expand Down Expand Up @@ -349,7 +349,7 @@ <h1 class="display-1 mb-4" data-scroll data-scroll-speed="4" data-scroll-positio
<!-- / Latest Projects Slideshow Bottom-->

<!-- Experience-->
<div class="py-6" data-scroll>
<div class="py-lg-6" data-scroll>
<h2
class="display-6 border-bottom pb-5 mb-5 fade-in-up"
data-scroll data-scroll-position="bottom"
Expand Down Expand Up @@ -625,7 +625,7 @@ <h1 class="display-1 mb-4" data-scroll data-scroll-speed="4" data-scroll-positio

<!-- Footer -->
<!-- Footer-->
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-10" data-scroll-section>
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-5 px-4 px-md-0 mt-lg-10" data-scroll-section>
<h4 class="display-5 mb-5" data-scroll data-scroll-speed=".8" data-scroll-delay="0.05">Ready to discuss your project requirements?</h4>
<a href="./contact.html" class="btn btn-primary">Get In Touch</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions dist/work-listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Locomotive Scroll Container-->
<div data-scroll-container>
<!-- Navbar -->
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-10">
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-5 mb-lg-10">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center fade-in" href="./index.html" data-scroll>
<picture class="avatar me-3" data-scroll data-scroll-speed="10" data-scroll-direction="horizontal" data-scroll-position="top">
Expand Down Expand Up @@ -256,7 +256,7 @@ <h1 class="display-3 mb-5" data-scroll data-scroll-speed="6" data-scroll-positi

<!-- Footer -->
<!-- Footer-->
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-10" data-scroll-section>
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-5 px-4 px-md-0 mt-lg-10" data-scroll-section>
<h4 class="display-5 mb-5" data-scroll data-scroll-speed=".8" data-scroll-delay="0.05">Ready to discuss your project requirements?</h4>
<a href="./contact.html" class="btn btn-primary">Get In Touch</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions dist/work-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Locomotive Scroll Container-->
<div data-scroll-container>
<!-- Navbar -->
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-10">
<nav data-scroll-section class="navbar navbar-expand-lg navbar-light bg-transparent mb-5 mb-lg-10">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center fade-in" href="./index.html" data-scroll>
<picture class="avatar me-3" data-scroll data-scroll-speed="10" data-scroll-direction="horizontal" data-scroll-position="top">
Expand Down Expand Up @@ -202,7 +202,7 @@ <h2 class="lead fw-bolder mb-4">Heritage Furniture</h2>

<!-- Footer -->
<!-- Footer-->
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-10" data-scroll-section>
<div class="d-flex align-items-center justify-content-center flex-column col-lg-7 col-xl-6 col-xxl-5 text-center mx-auto mt-5 px-4 px-md-0 mt-lg-10" data-scroll-section>
<h4 class="display-5 mb-5" data-scroll data-scroll-speed=".8" data-scroll-delay="0.05">Ready to discuss your project requirements?</h4>
<a href="./contact.html" class="btn btn-primary">Get In Touch</a>
</div>
Expand Down

1 comment on commit 7fbc08c

@vercel
Copy link

@vercel vercel bot commented on 7fbc08c Oct 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.