-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
69 lines (65 loc) · 3.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Experience</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="topcolor"> </div>
<header>
<div class="navbar">
<span><a class="headlink" href="index.html" target="_main"><div class="headbutton">Home</div></a></span>
<div id="lineheader"> </div>
<span><a class="headlink" href="resume.html" target="_main"><div class="headbutton">Resume</div></a></span>
<div id="lineheader"> </div>
<span><a class="headlink" href="hireme.html" target="_main" ><div class="headbutton">Hire Me</div></a></span>
</div>
</header>
<div id="topmargin"></div>
<h1>Experience</h1>
<section>
<div id="textbox">
<h2>Graphic Designing</h2>
<p>
As a seasoned Graphic Designer with over 2 years of experience, I've had the opportunity to work
freelance and with a Dehradun-based production house. My expertise lies in crafting compelling visual
assets such as song posters, advertising banners, social media posts, and YouTube thumbnails.
Through my work, I've developed strong problem-solving skills and a creative mindset. I've also
refined my design capabilities and honed my communication, client management, and time management
skills. My experience has equipped me with the ability to deliver high-quality design products and
think innovatively to meet client needs.
</p>
</div>
</section>
<br>
<footer>
<div id="footertop">
<div class="contact">
<div class="f-heading">Contact Info :</div>
<a class="ftopitem" href="tel:+919690463547"><i class="fa-solid fa-square-phone"></i> +919690463547</a>
<a class="ftopitem" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> [email protected]</a>
</div>
<div id="linefooter"> </div>
<div class="social">
<div class="f-heading">Social :</div>
<a class="ftopitem" href="https://www.linkedin.com/in/mohitrana18" target="_main"><i class="fa-brands fa-linkedin"></i> Linkedin</a>
<a class="ftopitem" href="https://github.com/mohitranag18" target="_main"><i class="fa-brands fa-github"></i> Github</a>
<a class="ftopitem" href="https://www.instagram.com/mohit.rana18" target="_main"><i class="fa-brands fa-instagram"></i> Instagram</a>
</div>
<div id="linefooter"> </div>
<div class="Address">
<div class="f-heading">Address :</div>
<a class="ftopitem" href="https://maps.app.goo.gl/CsZfWt1J9yEb4rjX7" target="_main"><i class="fa-solid fa-location-dot"></i> Dehradun, Uttarakhand
</a>
</div>
</div>
<div id="footerbotom">
<div><p class="fbotitem">Made by Mohit Rana</p> </div>
<div><p class="fbotitem">© 2024 | All Rights Reserved |</p> </div>
</div>
</footer>
</body>
</html>