Skip to content

Commit

Permalink
Merge pull request Prajwal0225#245 from harshd008/abt
Browse files Browse the repository at this point in the history
Animations and font change
  • Loading branch information
Prajwal0225 authored Oct 21, 2023
2 parents 7bf029c + 03407a7 commit c74fd51
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 12 deletions.
35 changes: 27 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>

<body>
Expand Down Expand Up @@ -60,14 +61,20 @@
<div class="image">
<img class="mainpic" src="images/mainicon.png" alt="" />
</div>
<div
data-aos="fade-right"
data-aos-duration="700">
<p>My Fav Superhero</p>
<div>Welcome to the mind-blowing universe of superheroes!<br/>
My Fav Superhero caters to enthusiasts of all levels, <br/>
sparking awe and wonder with its addictive user-friendly <br/>
platform.</div>
</div>
</div>

<div class="second-para">
<div class="second-para"
data-aos="fade-right"
data-aos-duration="1000">

<p>Find Heroes Faster Than a Speeding Bullet</p>
<div>With a clean interface, you can swiftly search for your <br/>
Expand All @@ -76,7 +83,9 @@
</div>


<div class="third-para">
<div class="third-para"
data-aos="fade-right"
data-aos-duration="1300">
<p>Expect the Unexpected: Random Superhero Generator</p>
<div>Unleash a realm of adventure with our random superhero generator.<br/>
With just a click, you’ll be amazed by exhilarating images of heroes<br/>
Expand All @@ -87,18 +96,26 @@
<p>Curious Cases</p>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="grid-item"
data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom">
<h2><b>Who can use the website?</b></h2><br/>
Everyone! My Fav Superhero is designed<br/>
for both superhero fanatics and casual<br/>
enthusiasts seeking fun and excitement.
</div>
<div class="grid-item">

<div class="grid-item"
data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom">
<h2><b>How often is it updated?</b></h2><br/>
We update our content frequently<br/>
to keep you hooked on your beloved heroes!
</div>
<div class="grid-item">

<div class="grid-item"
data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom">
<p>
<h2>Is it free to use?</h2><br>
Absolutely! Dive into our mystifying <br/>
Expand All @@ -120,7 +137,7 @@ <h2>Is it free to use?</h2><br>
</div>

<div class="l-container">
<div class="m-container">
<div class="m-container" data-aos="flip-right">
<img class="mainpic1" src="images/hacktos.png" alt="" />
</div>

Expand Down Expand Up @@ -153,8 +170,10 @@ <h2>Is it free to use?</h2><br>
</p>
</div>



<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>

</html>
12 changes: 8 additions & 4 deletions abt.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ nav.stroke ul li a:hover:after {
.mainpic1 {
width: 300%;
height: auto;
margin: 0 auto;
margin: 90px auto;
}

.right-container {
Expand All @@ -99,16 +99,19 @@ nav.stroke ul li a:hover:after {
}

.wr>p{
font-weight: bold;
color: white;
padding: 10px;
transform: translateY(75px);
transform: translateY(1px);
font-family: 'Roboto Slab', serif;
font-weight: bold;
}

.wr p:nth-child(2) {
margin: auto;
line-height: 35px;
transform: translateY(150px);
transform: translateY(20px);
font-family: 'Nunito Sans', sans-serif;
color: rgb(158, 201, 222);
}

.first-para>p{
Expand Down Expand Up @@ -180,6 +183,7 @@ nav.stroke ul li a:hover:after {
padding: 2rem;
margin: 5rem;
color:#F6AA1C;
font-size: 24px;
}

.heading{
Expand Down

0 comments on commit c74fd51

Please sign in to comment.