Skip to content

Commit

Permalink
gf
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Feb 23, 2024
1 parent 5ced61e commit 57b5be7
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion new.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,31 @@
<section class="bg-slate-800 h-[100vh] text-[#fff] flex justify-center">
<div class="absolute h-[56vh] w-[70%] p-2 rounded-lg self-center backdrop-blur">
<span class="text-3xl ">hello, world<br>Neeraj Rekwar</span>
<div class="bio_box">
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<h2 class="auto-type-set">
let's start to success<br>
<span class="auto-type">G</span><span class="typed-cursor" aria-hidden="true">|</span>
<script>
var typed = new Typed(".auto-type", {
strings: [
"I will help you customer finds you well",
"Unlock Success Online",
"Transforming Clicks into Customers",
"Digital Strategies for Modern Businesses",
"Masterful Marketing Strategies Await!",
"Get local potential customers"
],
typeSpeed: 100,
backSpeed: 10,
loop: true,
});
</script>

</h2></div>
</div>
<div class="overflow-hidden flex">
<img class="bg-cover object-cover" src="https://github.com/neerajrekwar/neerajrekwar.github.io/blob/ne/assets/images/IMG_20230329_105451_089.jpg?raw=true" alt="Neeraj Rekwar">
<img class=" bg-cover object-cover" src="https://github.com/neerajrekwar/neerajrekwar.github.io/blob/ne/assets/images/IMG_20230329_105451_089.jpg?raw=true" alt="Neeraj Rekwar">
</div>

</section>
Expand Down

0 comments on commit 57b5be7

Please sign in to comment.