-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
130 lines (121 loc) · 5.81 KB
/
about.html
File metadata and controls
130 lines (121 loc) · 5.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description"
content="UI/UX Design with professional experience conducting UX research, teaching, designing & developing interactive end-to-end designs and user flows. I enjoy working in close collaboration with teams across technology, business and design.">
<meta name="keywords" content="UI Design, UI/UX, Design, Figma, Corporate Trainer, HTML, CSS, JavaScript">
<meta name="author" content="Nirdhum Narayan">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me - Nirdhum - UI/UX Designer | Corporate Trainer | Product Designer | UX Engineer</title>
<link rel="icon" type="image/png" href="assets/nd-site.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header id="top">
<!-- Navbar -->
<a href="index.html" class="logo">NIRDHUM N.</a>
<nav class="nav-opt" id="myTopnav">
<a href="index.html">Work</a>
<a href="about.html">About Me</a>
<a href="portfolio.html">Portfolio</a>
<a href="blog.html">Blog</a>
<a href="contact.html" class="contact">Contact</a>
<div class="toggle-btn">
<i class="fa-solid fa-moon"></i>
</div>
<!-- <a href="assets/Resume-Nirdhum_Narayan.pdf" download="Resume-Nirdhum_Narayan" class="cv"><i
class="fa-solid fa-download"></i>Download CV</a> -->
</nav>
<div class="mobile-navbar-btn">
<i class="fa-solid fa-grip-lines mobile-nav-icon"></i>
<i class="fa-solid fa-xmark mobile-nav-icon"></i>
</div>
</header>
<main>
<section class="about">
<h1>About Me</h1>
<div class="about-description">
<p class="about-me">
Hey there! My name is Nirdhum, and I'm a multi-faceted professional with a passion for innovation
and creativity. With experience in UI/UX design, I have developed a keen eye for detail
and a deep understanding of the user experience. I strive to create designs that are not only
visually appealing but also functional and intuitive.
</p>
<p class="about-me">
In addition to my work as a designer, I am also a UI/UX corporate trainer. I love to share my
knowledge and expertise with others and help them achieve their goals.
</p>
<p class="about-me">
With a drive for excellence and a commitment to innovation, I am constantly striving to push the
boundaries of what's possible. Let's connect and see how we can work together to create something
amazing!
</p>
<hr>
<h2 class="about-description-title">Relevant Experience & Clients</h2>
<ul class="client-list">
<li>Acropolis Infotech Pvt. Ltd.</li>
<li>Bifrost Studios</li>
<li>Akounto (while working with Bifrost Studios)</li>
<li>Nutriobox (while working with Bifrost Studios)</li>
<li>Sorrentina (while working with Bifrost Studios)</li>
<li>Cretorial AI (while working with Bifrost Studios)</li>
<li>Corporate Trainer with Tech Altum</li>
<li>Edukaam</li>
<li>LCI Group (in collaboration with Acropolis Infotech Pvt Ltd)</li>
<li>Mphasis Limited - Corporate Trainer</li>
<li>Ultrashield Technology Pvt. Ltd.</li>
<li>Cranes 24 (while working with Ultrashield Technology Pvt. Ltd.)</li>
<li>Virtual Corporate (while working with Ultrashield Technology Pvt. Ltd.)</li>
</ul>
<hr>
<h2 class="about-description-title">Relevant Skills & Tools</h2>
<ul class="client-list">
<li>UI/UX Design</li>
<li>Wireframing</li>
<li>Prototyping</li>
<li>Responsive design</li>
<li>Product Design</li>
<li>Figma</li>
<li>Framer</li>
<li>GitHub</li>
<li>HTML/HTML5</li>
<li>CSS/CSS3</li>
<li>UI Testing</li>
<li>Design System</li>
<li>UI design (Web & Mobile)</li>
</ul>
</div>
</section>
</main>
<footer>
<p class="foot-logo">
Nirdhum Narayan
</p>
<div class="copy">Copyright
©
<span id="copyright">
</span>
</div>
<div class="socials">
<a href="https://in.linkedin.com/in/nirdhum" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://github.com/nirdhum" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://twitter.com/nirdhum" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://medium.com/@nirdhum" target="_blank">
<i class="fa-brands fa-medium"></i>
</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>