-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (97 loc) · 5.56 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<title>Shraddha's World | Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
<meta name="description"
content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world." />
<!-- Robot.txt -->
<meta name="robots" content="index,follow" />
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow" />
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/">
<meta property="og:title" content="Shraddha V Prasad">
<meta property="og:description"
content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/">
<meta name="application-name" content="Shraddha V Prasad" />
<meta name="apple-mobile-web-app-title" content="Shraddha Prasad|Home" />
<meta name="summary"
content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<!--For Dark/Light mode Toggle-->
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="assets/css/materialize.min.css" media="screen,projection" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/home.css">
</head>
<body>
<!--Dynamic Nav Bar-->
<!-- button for the top -->
<button onclick="topFunction()" id="myBtn" title="Go to top">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-caret-up-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M7.247 4.86l-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/>
</svg>
</button>
<!--Parallax effect-->
<div class="parallax-container" id="home">
<div class="parallax">
<section class="center">
<div id="particles-js"></div>
</section>
</div>
</div>
<div class="text center col-sm-6">Hi 👋,I'm <span>Shraddha Vasant Prasad</span>
<div class="center">
<div>
<img src="assets/images/dp1.jpg" alt="" class="rounded-circle" height="200" width="200">
</div>
<p>I am
<h1 class="animated-text"
data-words=" Masters Data Science Research Student at NITK "></h1>
</p>
<div>
<div class="social-icons">
<a class="social-icon twitter" href="https://twitter.com/shraddhavprasa1" target="_blank" rel="author">
<i class="fab fa-twitter"></i>
</a>
<a class="social-icon linkedin" href="https://www.linkedin.com/in/shraddha-v-prasad/" target="_blank" rel="author">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="social-icon leetcode" href="https://www.linkedin.com/in/shraddha-v-prasad/" target="_blank" rel="author">
<i class="fab fa-leetcode"></i>
</a>
<a class="social-icon medium" href="https://shraddha-writes.medium.com/" target="_blank" rel="author">
<i class="fab fa-medium-m"></i>
</a>
<a class="social-icon github" href="https://github.com/shraddhavp" target="_blank" rel="author">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Dynamic footer section -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167979537-2"></script>
<!-- Fetching our Google Tag Manager -->
<!--JavaScript at end of body for optimized loading-->
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="assets/js/materialize.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js'></script>
<script src="assets/js/particle.js"></script>
</body>
</html>