generated from smaranjitghose/awesome-portfolio-websites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
122 lines (99 loc) · 5.33 KB
/
experience.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
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<title>Subha | Experience</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 as a 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/experience.html">
<meta property="og:title" content="Subha | Experience">
<meta property="og:description"
content="This project serves as a 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/experience.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/experience.html">
<meta name="application-name" content="Subha | Experience" />
<meta name="apple-mobile-web-app-title" content="Subha | Experience" />
<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." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<!--For Dark/Light mode Toggle-->
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
<!--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" />
<!--Import animation.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" type="text/css" href="assets/css/experience.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="icon" href="assets/images/favicon.png" type="image/png"> <!--Favicon-->
<!-- Font awesome icons -->
</head>
<body>
<!--Dynamic Nav Bar-->
<!-- button for the top -->
<a class="arrow-up" id="myBtn" onclick="topFunction()">
<span class="left-arm"></span>
<span class="right-arm"></span>
<span class="arrow-slide"></span>
</a>
<!-- script -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/materialize.min.js"></script>
<div class="main pt-5">
<section style="height: 95vh;">
<div class="container-fluid px-3 pt-5">
<div class="row text-dark">
<div class="col-md-6"> <img class="img-fluid d-block animate__animated animate__fadeInUp animate__delay-1s"
src="./assets/images/experience-page/experience.svg" draggable="true" style="margin-top: 45px;"> </div>
<div
class="px-md-5 p-3 col-md-6 d-flex flex-column align-items-center justify-content-center animate__animated animate__fadeInUp animate__delay-1s">
<h2 class="main-heading mb-0">Experience</h2>
<p class="pre-heading font-weight-bolder text-center animate__animated animate__fadeInUp animate__delay-2s">
Nothing ever becomes real 'til it is experienced.― John Keats
</p>
</div>
</div>
</div>
</section>
<h4 class="text-center exp-head heading1">Work Experience</h4>
<!-- work experience Card -->
<main class="experience-cards">
<!-- Dynamic experience Card -->
</main>
<h4 class="text-center heading1">Hackathons</h4>>
<!-- Volunteership Card -->
<main class="page-content volunteership">
<!-- Dynamic volunteership Card -->
</main>
<h4 class="text-center heading1">Mentorship & Workshops</h4>
<!-- Mentorship Card -->
<main class="container mt-5 animate__animated animate__fadeInUp animate__delay-1s">
<div class="row mentorship-cards">
<!-- Dynamic mentorship Card -->
</div>
</main>
</div>
<!-- Dynamic footer section -->
<!-- Scripts -->
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167979537-2"></script>
<!-- Fetching our Google Tag Manager -->
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/experience.css" />
<script src="assets/js/main.js"></script>
<script src="assets/js/experience.js"></script>
</body>
</html>