-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 2.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="D3XD-JR-aazkMAE8bnqjlT5LRezKgPUwhBG6I6vmYWw" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jaspreet.Designs Portfolio</title>
<link rel="stylesheet" href="./css/style.css">
<script src="https://cdn.tailwindcss.com"></script> <!-- TailwindCSS -->
<link rel="icon" href="./images/Hero-Figma tool icon set.svg" type="image/x-icon">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<!-- navbar-start -->
<div id="navbar"></div>
<!-- navbar-end -->
<div class="hero-section">
<div class="gird-halves grid grid-cols-2">
<div class="bg-white object-fill">
<!-- <p class="skill-tag flex ml-12 mt-20 items-center justify-center w-fit text-center">Open for full time UI/UX Designer role 🚀</p> -->
<div class="flex ">
<p class="p1 mt-32 ml-12 ">Turning <span class="s1">ideas</span> into <br> <span class="s2">reality</span>, one pixel <br> at a time. </p> <span>
<img src="./images/Landing page arrow.svg" alt="img" class="animate-bounce relative top-[200px]">
</span> </div>
<p class="p2 mt-4 ml-12">Crafting <span>beautiful designs <img src="./images/Scrible line.svg" class="relative left-28 " alt=""> </span> that are both functional and stunning.</p>
<button class="btn ml-12 mt-4"> <a href="./pages/about-me.html">Know more about me</a> </button>
<!-- <div class="">
<div class="first">know more about me</div>
<div class="second"></div>
<div class="Third"></div>
</div> -->
</div>
<div class="bg-green grid h-screen place-items-center">
<div class="rec relative blur-2xl animate-pulse "></div>
<img src="./images/Hero-Img.svg" alt="img" class="absolute">
<img src="./images/Hero-adobe_illustrator.png" alt="" class="absolute left-2/4 top-3/4 m-24 drop-shadow-2xl">
<img src="./images/Hero-adobe_photoshop.png" alt="" class="absolute left-3/4 top-1/3 m-44 drop-shadow-2xl">
<img src="./images/Hero-behance.png" alt="" class="absolute left-3/4 top-36 ml-32 drop-shadow-2xl">
<img src="./images/Hero-figma-dynamic-color.png" alt="" class="absolute left-2/4 top-1/4 ml-12 drop-shadow-2xl">
<img src="./images/Hero-Figma tool icon set.svg" alt="" class="absolute left-3/4 top-2/3 m-40 drop-shadow-2xl hover:animate-pulse">
</div>
</div>
</div>
<script>
$(function () {
$("#navbar").load("include/navbar.html");
});
</script>
</body>
</html>