-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
111 lines (100 loc) · 5.19 KB
/
resume.html
File metadata and controls
111 lines (100 loc) · 5.19 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>Sai Praveen | Resume</title>
<!-- Favicons -->
<link href="assets/img/sai.jpg" rel="icon">
<link href="assets/img/sai.jpg" rel="apple-touch-icon">
<!-- Theme & Vendor CSS (from index.html) -->
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<style>
.resume-container {
padding-top: 120px;
padding-bottom: 40px;
}
.resume-frame {
border: 1px solid #e5e7eb;
width: 100%;
max-width: 900px;
height: 100vh;
max-height: 1200px;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
</style>
</head>
<body>
<!-- ======= Header (from index.html) ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h2 class="logo"><a href="./"> <img src="images/sai-logo.png" alt="sai-logo"> </a></h2>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto shake" href="#hero" onclick="window.location.href='index.html#hero';return false;">Home</a></li>
<li><a class="nav-link scrollto shake" href="#about" onclick="window.location.href='index.html#about';return false;">About</a></li>
<li><a class="nav-link scrollto shake" href="#services" onclick="window.location.href='index.html#services';return false;">Services</a></li>
<li><a class="nav-link scrollto shake" href="#work" onclick="window.location.href='index.html#work';return false;">Projects</a></li>
<li><a class="nav-link scrollto shake" href="#blog" onclick="window.location.href='index.html#blog';return false;">Blogs</a></li>
<li><a class="nav-link scrollto shake" href="#contact" onclick="window.location.href='index.html#contact';return false;">Contact</a></li>
<li><a class="nav-link shake" href="https://github.com/SaiP13" target="_blank"><i class="bi bi-github" style='font-size:24px;'></i></a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<main id="main">
<section class="about-mf sect-pt4 route resume-container">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">My <span style="color:#6c0c85">Resume</span></h3>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 d-flex justify-content-center">
<embed class="resume-frame" src="saipraveen-resume.pdf" type="application/pdf" />
</div>
</div>
</div>
</section>
</main>
<!-- ======= Footer (from index.html) ======= -->
<footer>
<div class="container">
<div class="row">
<div class="brand"><h4 style="font-family:cursive;"><b><span>S</span>ai<span>P</span>raveen</b></h4></div>
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">COPYRIGHT ©2025</p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files (from index.html) -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<link href="//cdn.jsdelivr.net/npm/@sweetalert2/theme-borderless/borderless.css" rel="stylesheet">
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>