-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (91 loc) · 3.66 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Juilee Bhombe</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@300&display=swap');
</style>
<link rel="shortcut icon" href="./images/favicon.jpg" type="image/x-icon">
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<!-- header -->
<header>
<div class="logo">
<img src="./images/logo.png" alt="">
</div>
<hr>
<ul class="nav-container">
<li class="nav-item"><a href="" class="nav-link">About</a></li>
<li class="nav-item"><a href="" class="nav-link">Work</a></li>
</ul>
<hr>
</header>
<!-- about -->
<div class="about">
<div class="about-img">
<img src="./images/jui.jpeg" alt="">
</div>
<div class="about-text">
<h1>Hi! I am Juilee Bhombe</h1>
<h2>Associate Application Engineer <br> <a href="https://www.raweng.com/"
style="text-decoration: none;">@Raw Engineering</a></h2>
<h3><i class="fas fa-paperclip"></i>Resume</h3>
<div class="social links">
<ul>
<li class="social-item"><a href="" class="social-link"><i
class="fab fa-linkedin-in"></i>LinkedIn</a>
</li>
<li class="social-item"><a href="" class="social-link"><i class="fab fa-github"></i>GitHub</a>
</li>
<li class="social-item"><a href="" class="social-link"><i class="fab fa-instagram"></i>Instagram</a>
</li>
<li class="social-item"><a href="" class="social-link"><i class="fab fa-twitter"></i>Twitter</a>
</li>
</ul>
</div>
</div>
</div>
<hr>
<!-- work -->
<div class="work">
<h1>Work</h1>
<hr>
<div class="workcontainer">
<p>(Click on the images to check out the page)</p>
<a href="https://jui1710.github.io/Profile_Page/" target="_blank"><img src="./images/profile.png"
alt=""></a>
<p>This is a profile page of Myself.</p>
<a href="https://jui1710.github.io/Careers_Page/" target="_blank"><img src="./images/careers.png"
alt=""></a>
<p>This one is a replication of Raw Engineering's Careers Page.</p>
<a href="https://saima422.github.io/SPARK_LandingPage/" target="_blank"><img src="./images/landing.png"
alt=""></a>
<p>This is a landing page, and a team project. The developers are
<a>@SaimaSayed</a> <a>@DheerajOthalasseril</a> <a>@PawanSharma</a>
</p>
</div>
</div>
<hr>
<p class="note">Feel free to reach out to me. I'd love to hear from you.</p>
<!-- footer -->
<footer>
<hr>
<p>Copyright © 2021 Juilee Bhombe</p>
<ul>
<li class="social-item"><a href="" class="social-link">LinkedIn</a>
</li>
<li class="social-item"><a href="" class="social-link">GitHub</a>
</li>
<li class="social-item"><a href="" class="social-link">Instagram</a>
</li>
<li class="social-item"><a href="" class="social-link">Twitter</a>
</li>
</ul>
</footer>
</body>
</html>