-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
53 lines (49 loc) · 3.42 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Japaneil | About Me</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/images/robot.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<meta name="description" content="Neil Arora is a student developer passionate about AI, full-stack development, and open-source contributions. Explore his devlogs and portfolio.">
<meta name="keywords" content="neil, arora, Neil, Arora, Neil Arora, Japaneil, japaneil, India, india, student, Student, Developer, developer, portfolio, Portfolio, Student Developer, Software Engineer Portfolio, Full Stack Developer, Web Developer, Open Source Contributor, Tech Enthusiast, Personal Website Developer, AI Developer, Machine Learning Engineer, Python Developer, JavaScript Developer, Frontend Developer, Backend Developer, React.js Developer, Node.js Developer, Tech Projects Showcase, Startup Founder, Hackathon Winner, University Tech Leader, Research in Artificial Intelligence, Computer Science Portfolio, Neil Arora Developer, Indian Software Engineer, Student Innovator in India, Indian AI Developer, Tech Leader from India, AI Research Intern, Open Source Program Participant, Research Publications in AI">
<meta name="author" content="Neil Arora">
</head>
<body>
<header>
<div class="logo">
<h1 class="sweeping-gradient">Neil Arora.</h1>
</div>
<nav>
<a href="index.html">Blogs</a>
<a href="about.html">About</a>
<a href="https://www.neilarora.in/">Portfolio</a>
<a href="comments.html">Comments</a>
</nav>
</header>
<main>
<section class="about">
<p> I am a 16 year old coder from India, currently based in Singapore. I started programming when I was 9, and over the years, it has turned into something much bigger than just a hobby. From building robots for fun to pushing out open source projects, I have always learned best by doing. </p> <p> I have had the chance to represent my work at national and international competitions, and once even pitched an idea to the Prime Minister of India. I have interned with organizations like the United Nations and Aditya Birla Group, which gave me early exposure to how technology gets applied in the real world. </p> <p> Lately, I have been deep into game development. I started with Godot, moved to Unity, and now I am diving into Unreal Engine. This space is where I track my progress, share what I am building, and keep pushing myself forward, one project at a time. </p> <p> If you are into building things that challenge you and actually mean something, stick around. </p>
<div class="icon">🎮🖥️</div>
</section>
</main>
<footer>
<p>Open Source, Always.</p>
<!-- Social Media Links -->
<div class="social-links">
<a href="https://github.com/japaneil" target="_blank" title="GitHub">
<i class="fab fa-github"></i>
</a>
<i class="fas fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/neil-arora-4934841b0/" target="_blank" title="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>