Skip to content

Blog Page #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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
96 changes: 42 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,45 @@
The html template uses Bootstrap v4.0.0 with HTML5 tags.It's got a responisve layout with 4 column Support column. All of the information in content area is nested within a class etc..

```html

<!-- Start Preload -->
<div class="preloader">
</div>
<div class="block-1"></div>
<div class="block-2"></div>
<div class="logo-load">
<img src="assets/img/abbrvlogo.svg" alt="">
</div>
<div class="logo-load spinning"></div>
<div class="over-all"></div>
<!-- End Preload -->

<!-- Start Header -->
<header>
</header>
<!-- End Header -->


<!-- Start Content -->
<div id="spiral">

<!-- Header -->
<div class="scrolls">
<img draggable="false" src="assets/img/sroll.svg" alt="scroll">
</div>
<div class="main-head">
</div>

<!-- About -->
<section class="about">
</section>


<!-- Gallery THing -->
<section class="folio-content">
</section>


<!-- Footer -->
<div class="footer">
</div>

</div>
<!-- End Content -->
<!-- Start Preload -->
<div class="preloader"></div>
<div class="block-1"></div>
<div class="block-2"></div>
<div class="logo-load">
<img src="assets/img/abbrvlogo.svg" alt="" />
</div>
<div class="logo-load spinning"></div>
<div class="over-all"></div>
<!-- End Preload -->

<!-- Start Header -->
<header></header>
<!-- End Header -->

<!-- Start Content -->
<div id="spiral">
<!-- Header -->
<div class="scrolls">
<img draggable="false" src="assets/img/sroll.svg" alt="scroll" />
</div>
<div class="main-head"></div>

<!-- About -->
<section class="about"></section>

<!-- Gallery THing -->
<section class="folio-content"></section>

<!-- Footer -->
<div class="footer"></div>
</div>
<!-- End Content -->
```

## CSS Files and Structure

Mainly 3 main CSS files are used:

- [`main.css`](docs/assets/css/main.css) Contains the main style with respective sections. There are page-specific sections that only apply to particular layouts as well as global section which apply styles to all pages.
- [`responsive.css`](docs/assets/css/responsive.css) - Media queries for smaller viewports
- [`plugin.css`](docs/assets/css/plugin.css) - Bootstrap Base Library
Expand All @@ -71,13 +60,11 @@ Mainly 3 main CSS files are used:

- Poppins


#### Sliders Used Are :

- [Swiper js](https://idangero.us/swiper/)
- [Owl Carousel 2](https://owlcarousel2.github.io/OwlCarousel2/docs/started-welcome.html)


#### Animation Used Are :

- [TweenMax GSAP](https://greensock.com/tweenmax)
Expand All @@ -86,13 +73,14 @@ Mainly 3 main CSS files are used:

- [Lorem Picsum](https://picsum.photos/) for providing placeholder images.
- Numerous codepens as well as portfolio site review videos on youtube :P The list includes them but are not limited to:
- [Custom Cursor](https://codepen.io/hannes-v/pen/JjyvmjJ)
- [Traversy Media's Smooth Scrolling Landing Page Tutorial](https://www.youtube.com/watch?v=y9nlfqT4s9s)
- [Parallax Effects](https://www.youtube.com/watch?v=JttTcnidSdQ)
- [Mouse-Driven Carousel](https://codepen.io/tjezidzic/pen/BMBVbE)
- [Custom Cursor](https://codepen.io/hannes-v/pen/JjyvmjJ)
- [Traversy Media's Smooth Scrolling Landing Page Tutorial](https://www.youtube.com/watch?v=y9nlfqT4s9s)
- [Parallax Effects](https://www.youtube.com/watch?v=JttTcnidSdQ)
- [Mouse-Driven Carousel](https://codepen.io/tjezidzic/pen/BMBVbE)
- [CSS Slideshow](https://codepen.io/bcarvalho/pen/WXmwBq)

And Thanks to these contributors who maintain the website

| ![](https://github.com/sortedcord.png?size=50) | ![](https://github.com/Pancham1603.png?size=50) |
|:-------------------------------------------:| :-------------------------------------------:|
| [sortedcord](https://www.github.com/sortedcord) | [Pancham1603](https://www.github.com/pancham1603) |
| ![](https://github.com/sortedcord.png?size=50) | ![](https://github.com/Pancham1603.png?size=50) |
| :---------------------------------------------: | :-----------------------------------------------: |
| [sortedcord](https://www.github.com/sortedcord) | [Pancham1603](https://www.github.com/pancham1603) |
Loading