-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 4.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width,initial-scale=1.0">
<title>Hiren - Portfolio</title>
<link rel="stylesheet" href="lib/fontawesome/css/all.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div id="grid">
<header>
<div class="pageheading">
Portfolio
</div>
<nav>
<i class="fas fa-home" style="color: #3e516e;"></i> <a href="index.html">Home</a>
<i class="fas fa-file" style="color: #3e516e;"></i> <a href="resume.html">Resume</a>
<i class="fab fa-uncharted" style="color: #3e516e;"></i> <a href="WebAppSample.html">Wep App</a>
<i class="fas fa-plug" style="color: #3e516e;"></i> <a href="OtherSample.html">E-commerce Plugin</a>
</nav>
</header>
<aside class="homeaside">
<img src="Images/Optimized/Aside_Skill_OPt.png" width="150" height="120" alt="skills"><br>
Passionate e-commerce expert with over 7 years of proven success in driving revenue growth through strategic planning and digital marketing expertise. Proficient in platform management, data-driven decision-making, and adept at staying abreast of industry trends to foster innovation and adaptability.
</aside>
<main>
<section>
<div>
<h2><i class="fab fa-keycdn" style="color: #0b5072;"></i> SKILLS HIGHLIGHTS</h2>
<ul class="fa-ul">
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Currently enrolled as a full-time student at Nova Scotia Community College in Truro, N.S.</li>
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Experienced in adapting to new cultural and academic environments.</li>
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Customer Experience Enhancement: Focusing on providing an excellent online shopping experience through user-friendly interfaces, efficient checkout processes, and responsive customer service.</li>
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Strategy Development: Creating and implementing strategies to increase online sales, improve user experience, and expand the digital presence of the brand.</li>
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Platform Management: Overseeing the e-commerce platform, ensuring its functionality, optimizing product listings, managing inventory, and monitoring website performance.</li>
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Analytics and Optimization: Analyzing data metrics to track performance, identify trends, and make data-driven decisions for improvements in sales, customer engagement, and website usability.</li>
<li><span class="fa-li"><i class="fas fa-certificate" style="color: #000000;"></i></span>Collaboration and Leadership: Collaborating with cross-functional teams such as marketing, sales, IT, and operations to align strategies and achieve business goals. They may also lead teams dedicated to specific aspects of e-commerce operations.</li>
</ul>
</div>
<div class="image">
<img src="Images/Optimized/Main_page_opti.png" width="600" height="400" alt="sample">
</div>
</section>
</main>
<footer>
<address>
Hiren Software<br>
27, Cottage Street,<br>
Truro<br>
782-774-9014<br>
cs.hriengajjar@gmail.com
</address>
<div class="socials">
<a href="https://www.facebook.com/cs.hirengajjar"><i class="fab fa-facebook fa-2x" style="color: #19b81c;"></i></a>
<a href="https://twitter.com/home"><i class="fab fa-twitter fa-2x" style="color: #1da1f2;"></i></a>
<a href="https://www.instagram.com/hiren_gajjar/"><i class="fab fa-instagram fa-2x" style="color: #da3e5c;"></i></a>
</div>
</footer>
</div>
</body>
</html>