-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (168 loc) · 6.62 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>My Website</title>
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>U</span>mar <span>M</span>ukthar <span>A</span>hmed</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<!-- <li><a href="#services" data-after="Service">Services</a></li> -->
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</label>
<!-- <div class="background"></div> -->
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, everyone! <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Mukthar<span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2><u><b>Grocery Store Management System</b></u></h2>
<p>I developed a comprehensive management system for a grocery store using MySQL, showcasing my expertise in database design and management. The system encompasses a range of features that streamline store operations, including:
<br>
- <b>Inventory Management:</b> Efficiently track and manage stock levels, automate reordering, and minimize waste.
<br>
- <b>Sales Tracking:</b> Monitor daily sales, analyze trends, and generate reports to inform business decisions.
<br>
- <b>Customer Database:</b> Store customer information, purchase history, and loyalty program data to enhance customer engagement and retention.
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2><u>Smart Streetlight System using IoT</u>
</h2>
<p>I designed and developed an innovative Smart Streetlight System leveraging Internet of Things (IoT) technology, revolutionizing urban infrastructure and public spaces. This intelligent system integrates sensors and automation to optimize energy consumption and enhance public safety, making cities more efficient, sustainable, and secure.
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="./img/KA12ccc.jpg" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Software Developer</h2>
<p>Hello, I'm Umar Mukthar Ahmed, a dedicated and aspiring computer science student at St. Joseph Engineering College, expected to graduate in 2025. With a strong foundation in programming fundamentals, I have developed proficiency in languages like C, Java, and Python. My enthusiasm for technology drives me to continuously learn and adapt to emerging trends and advancements. I'm excited to contribute to the tech community and make a meaningful impact in the world of computer science.</p>
<a href="/resume1.pdf" class="cta" download="Mukthar's Resume">Download Resume</a>
</a>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="./img/phone-icon.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 879263xxx7</h2>
<!-- <h2>+1 234 123 1234</h2> -->
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="./img/email_icon.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
<!-- <h2>[email protected]</h2> -->
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="./img/address-icon.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Mangalore,Karnataka,India</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<!-- <div class="brand">
<h1><span>W</span>ajahat <span>M</span>urtaza</h1>
</div> -->
<div class="social-icon">
<div class="social-item">
<a href="#" target="_blank"><img src="./img/face-ic.webp" /></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/mukthar_ahmed._/?hl=en" target="_blank"><img src="./img/insta-icon.png" /></a>
</div>
<div class="social-item">
<a href="https://github.com/Umar-Mukthar-Ahmed" target="_blank"><img src="./img/github-icon.png" /></a>
</div>
<div class="social-item">
<a href="www.linkedin.com/in/umar-mukthar-ahmed-19b0252a0" target="_blank"><img src="./img/linkdin-icon.png" /></a>
</div>
</div>
<p>Copyright © 2024 Mukthar. All rights reserved</p>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>