-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
144 lines (110 loc) · 5.85 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="about/about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
</head>
<body>
<div class="nav-top">
<header>
<nav>
<a href="#home" id="logo">AR</a>
<i class="fa-solid fa-bars" id="ham-menu"></i>
<ul id="nav-bar">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="blog.html">Utilities</a></li>
<li><a href="blog.html">Projects</a></li>
<li><a href="">Certificates</a></li>
<li><a href="">Contact</a></li>
</ul>
<!-- <button onclick="myFunction()">darkMode</button> -->
</nav>
</header>
</div>
<main>
<section class="about-content">
<div class="about-container">
<h1 class="heading">About me</h1>
</div>
<div class="full-contain">
<p>
Hello! I am a passionate and results-driven computer science engineering graduate with a deep-rooted enthusiasm for technology and software
development. My academic journey has equipped me with a strong foundation in computer science principles, programming languages, and
problem-solving techniques.
</p>
<p>
During my studies, I not only excelled in coursework but also actively sought opportunities to apply my knowledge through hands-on projects.
I am proficient in languages like<strong> Java, Python,</strong> and <strong> C++</strong> and have experience working with web development technologies, including <strong>HTML, CSS,</strong> and
<strong>JavaScript</strong>. Additionally, I have honed my skills in <strong> database management,software engineering,</strong> and version control, making me well-rounded in various
facets of the field.
</p>
<p>
What sets me apart is my unwavering commitment to learning and staying up-to-date with the latest industry trends and technologies. I am a fast learner
who thrives in dynamic and collaborative environments. My adaptability and strong analytical skills allow me to tackle complex challenges effectively
During my academic journey, I had the privilege of working on projects that required innovative problem-solving and teamwork. These experiences have not
only sharpened my technical abilities but also improved my communication and collaboration skills. I am eager to apply my skills and contribute to a
forward-thinking team where I can learn, grow, and make a meaningful impact.
</p>
<p>
I am excited about the potential to work on cutting-edge projects, contribute fresh ideas, and evolve as a professional in the ever-evolving field of
computer science. My goal is to become a skilled software developer who creates efficient and innovative solutions that benefit both users and organizations.
</p>
<p>
I am currently seeking an opportunity to kickstart my career in <strong>software development,</strong> and I am confident that my passion, <strong>technical proficiency,</strong> and dedication
make me a valuable addition to any team. Let's embark on this exciting journey of innovation and growth together.
</p>
<p>
Feel free to personalize this <strong>"About Me"</strong> section with your specific <strong>experiences, skills,</strong> and <strong>aspirations</strong> . It's essential to convey your enthusiasm for the field and
your eagerness to contribute to a prospective employer.
</p>
<p>
Thank you.
</p>
</div>
</section>
</main>
<section class="footer-section">
<footer class="site-footer">
<div class="container-footer">
<div class="footer-columns">
<div class="footer-column">
<h3>About me</h3>
<p>My name is Anil i am blong to India and i am a frontend developer </p>
<p>i am famliar with react and other programming language</p>
</div>
<div class="footer-column">
<h3>Quick Links</h3>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li class="connect-with-us"><a href="#">Connect with Us</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Contact me</h3>
<p>Address: bareilly, Uttar Pradesh, India, (243502)</p>
<p>Email: [email protected]</p>
<div class="social-icons">
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="copyright">
© 2023 my portfolio. All rights reserved.
</div>
</footer>
</section>
<script src="script.js"></script>
</body>
</html>