-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
159 lines (150 loc) · 5.53 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Company Secretary Updates" />
<meta
name="keywords"
content="Company Secretary, updates, company law, dpnc, ICSI, india code,acts, state acts,indian acts,constitution acts,india law, indian law"
/>
<meta name="author" content="Sushmita Sabharwal" />
<title>Sushmita Sabharwal</title>
<!-- font icons -->
<link
rel="stylesheet"
href="assets/vendors/themify-icons/css/themify-icons.css"
/>
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/index.css" />
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">Portfolio</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<!-- <li class="item">
<a class="link" href="#portfolio">Portfolio</a>
</li> -->
<!-- <li class="item">
<a class="link" href="#testmonial">Testmonial</a>
</li> -->
<!-- <li class="item">
<a class="link" href="#blog">Blog</a>
</li> -->
<li class="item">
<a class="link" href="#contact">Contact</a>
</li>
<!-- <li class="item ml-md-3">
<a href="components.html" class="btn btn-primary">Components</a>
</li> -->
</ul>
<a
href="javascript:void(0)"
id="nav-toggle"
class="hamburger hamburger--elastic"
>
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav>
<!-- End of Page Navbar -->
<!-- page header -->
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h1 class="header-title">
<span class="up">Hi!</span>
<span class="down">I am Sushmita Sabharwal</span>
</h1>
<p class="header-subtitle">Budding Company Secretary</p>
<!-- <a href="/mywork.html"
><button class="btn btn-primary">Visit My Works</button></a
> -->
<form action="./mywork.html">
<button class="btn btn-primary">Visit My Works</button>
</form>
</div>
</header>
<!-- end of page header -->
<!-- about section -->
<section class="section pt-0" id="about">
<!-- container -->
<div class="container text-center">
<!-- about wrapper -->
<div class="about">
<div class="about-img-holder">
<img
src="assets/imgs/sushmita.jpeg"
class="about-img"
alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page"
/>
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I ?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Repudiandae aliquid ad provident aut fuga animi soluta quae eos
non cupiditate voluptates dolorem, doloremque quos dicta quibusdam
impedit iure nemo a iste
<br />culpa! Quasi quibusdam hic recusandae delectus velit
officiis explicabo voluptatibus! Nemo esse similique, voluptates
labore distinctio, placeat explicabo facilis molestias, blanditiis
culpa iusto voluptatem ratione eligendi a, quia temporibus velit
vero ipsa sint ex voluptatum expedita aliquid! Debitis, nam!
</p>
<!-- <button class="btn-rounded btn btn-outline-primary mt-4">
Download CV
</button> -->
</div>
</div>
<!-- end of about wrapper -->
</div>
<!-- end of container -->
</section>
<!-- end of about section -->
<!-- footer -->
<div id="contact" class="container">
<footer class="footer">
<p class="mb-0">
Contact Details
<!-- <script>
document.write(new Date().getFullYear());
</script>
© -->
<!-- <a href="http://www.devcrud.com">DevCRUD</a> Distribution
<a href="https://themewagon.com">ThemeWagon</a> -->
</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.instagram.com/corp_updates/" class="link"
><i class="ti-instagram"></i
></a>
<a href="mailto:shivamwatson55@gmail.com" class="link"
><i class="ti-google"></i
></a>
</div>
</footer>
</div>
<!-- end of page footer -->
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Meyawo js -->
<script src="assets/js/meyawo.js"></script>
</body>
</html>