-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexcel.html
160 lines (139 loc) · 6.72 KB
/
excel.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
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Want to learn Excel ? </title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
<!-- Custom styles for this template -->
<link href="css/landing-page.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top" id="top-navigation">
<div class="container">
<a class="navbar-brand" href="https://bhaveshpatel.xyz/">Bhavesh Patel</a>
</div>
</nav>
<!-- Masthead -->
<header class="masthead text-white text-center" id="top-header">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto" style="color: aliceblue;">
<h1 class="mb-5" style="color:black;">Want to learn Excel ?</h1>
<h3 class="mb-5" style="color:black;">Everything you need to know to get started with Microsoft
Excel.!</h3>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<!-- <form>
<div class="form-row">
<div class="col-12 col-md-9 mb-2 mb-md-0">
<input type="email" class="form-control form-control-lg"
placeholder="Enter your email...">
</div>
<div class="col-12 col-md-3">
<button type="submit" class="btn btn-block btn-lg btn-primary">Sign up!</button>
</div>
</div>
</form> -->
</div>
</div>
</div>
</header>
<!-- Icons Grid -->
<section class="features-icons bg-light text-center" id="icons-grid">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Modules</h1>
</div>
</div>
</div>
</section>
<!-- Image Showcases -->
<section class="showcase" id="images-showcase">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-6 order-lg-2 text-white showcase-img"
style="background-image: url('img/bg-showcase-1.jpg');"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>Introduction to Excel</h2>
<p class="lead mb-0">On this Introduction to Microsoft Excel training course, students will learn
how to create and edit basic worksheets and workbooks. This course is designed for students who
want to gain the necessary skills to create, edit, format, and print basic Microsoft Excel
worksheets.</p>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 text-white showcase-img" style="background-image: url('img/bg-showcase-2.jpg');">
</div>
<div class="col-lg-6 my-auto showcase-text">
<h2>Intermediate Level Excel</h2>
<p class="lead mb-0">This Intermediate Microsoft Excel training course is meant for students who
want to advance their skill set by learning to work with advanced formulas, lists, and
illustrations. Students will also work with charts and advanced formatting including styles.
</p>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 order-lg-2 text-white showcase-img"
style="background-image: url('img/bg-showcase-3.jpg');"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>Advanced Level Excel</h2>
<p class="lead mb-0">This Advanced Microsoft Excel training course is designed for students to gain
the skills necessary to use pivot tables, audit and analyze worksheet data, utilize data tools,
collaborate with others, and create and manage macros.</p>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action text-white text-center" id="call-to-action">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h2 class="mb-4">Ready to get started? WhatsApp now!</h2>
</div>
<div class="col-xl-9 mx-auto">
<p>
<a href="https://api.whatsapp.com/send?phone=918169467730&text=I%20was%20just%20going%20through%20your%20website%21%20I%27m%20interested%20in%20Excel%20course."
class="color-888888">(+91) 8169 467 730 </a>
</p>
</div>u
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-light" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 h-100 text-center text-lg-center my-auto">
<ul class="list-inline mb-6">
<li class="list-inline-item">
<a href="https://www.bhaveshpatel.xyz/#about" target="_blank">About</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="https://www.bhaveshpatel.xyz/#contact" target="_blank">Contact</a>
</li>
</ul>
<p class="text-muted small mb-4 mb-lg-0">© 2020. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>