-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.html
121 lines (120 loc) · 6.45 KB
/
index_old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="icon" href="assets/portfolio.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<!--------------icon---------->
<link rel="stylesheet" href="#">
</head>
<body>
<!----------Home--------->
<section id="header">
<nav>
<a href="#header"><img src="assets/logo1.png" width="200px" alt=""></a>
<div class="navlink">
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="header-text">
<p>MEAN Stack Developer</p>
<h1>Hi I'm <span>Aman Patel </span><br>
from Maharashtra Ahmednagar</h1>
</div>
</section>
<!--------------About------------>
<section id="about">
<div class="row">
<div class="col-1">
<img src="assets/background.jpg" alt="">
<div>
<p><span>Name : </span> Aman Patel</p>
<p><span>Email : </span> amanpatel.ajp@gmail.com</p>
<p><span>Contact : </span> (+91)8806611821</p>
</div>
</div>
<div class="col-2">
<h1>About me</h1><br>
<p>
Hi, my name is Aman Patel and I am a Mean Stack developer. This means that I am skilled in working with the MEAN (MongoDB, Express.js, Angular, and Node.js) stack of technologies. I have experience in building web applications using these technologies and enjoy working on the full-stack of web development. In my current role, I am responsible for designing, developing, and maintaining web applications using the MEAN stack. I am passionate about using technology to solve real-world problems and am always looking for ways to improve my skills and knowledge.
</p>
<br>
<div class="details">
<div id="skill">
<h2>Skills</h2> <hr> <br>
<p style="text-align: center; margin-right: 50px;"><span>Web development</span><br>Web development <br>Web designing</p>
<p style="text-align: center; margin-right: 50px;"><span>Software Developer</span><br>Core Java<br>java j2e <br>JDBC connections</p>
</div>
<div id="academy">
<h2>Education</h2><hr><br>
<p><span>2019-20</span> SSC from c.s.s.m.h.m,Ahmednagar</p> <br>
<p><span>2021-22</span> HSC from c.s.s.m.j.c.m,Ahmednagar</p> <br>
<p><span>2021-25</span> BE in CSE from SIT,Lonavala</p> <br>
</div>
</div>
</div>
</div>
</section>
<!-------------------services--------------->
<section id="services">
<div class="container">
<h1 class="title">Our Services</h1>
<div class="services-list">
<div class="service-1">
<i class="bi bi-code-slash"></i>
<li>Mean Stack Developer</li>
<p>Mean Stack refers to a collection of JavaScript-based technologies used to develop web applications. It stands for MongoDB, Express.js, Angular.js, and Node.js. Our service provides Mean Stack developers who are experts in these technologies and can help build high-performance, scalable, and efficient web applications.</p>
<span>learn more</span>
</div>
<div class="service-2">
<i class="bi bi-app"></i>
<li>Java Developer</li>
<p>Our service offers Java developers with expertise in the Java programming language. They can develop a range of applications, including desktop, web, and mobile. Our developers are skilled in both Java SE and Java EE and use the latest technologies and methodologies. With our service, you can expect high-quality, efficient, and reliable Java-based solutions.</p>
<span>learn more</span>
</div>
<div class="service-3">
<i class="bi-app"></i>
<li>SQL</li>
<p>Our service offers skilled SQL developers for database management. They can design, implement, and maintain secure and efficient databases. Our developers are proficient in popular SQL databases such as MySQL, Oracle, and Microsoft SQL Server. They can write optimized SQL queries to retrieve and manipulate data.</p>
<span>learn more</span>
</div>
</div>
</div>
</section>
<!------------contact us------------>
<section id="contact">
<div class="row">
<div class="contact-us">
<h1>Contact us</h1>
<p>I will try to give all answers to your FAQ questions</p>
<a href="assets/Aman.resume.pdf" target="_blank"><i class="bi bi-file-earmark-person">Resume</i></a><br>
<a href="https://www.linkedin.com/in/aman-patel-6a223723a/" target="_blank"><i class="bi bi-linkedin"></i></a>
<a href="https://www.instagram.com/aman_o_f_f_i_c_i_a_l/" target="_blank"><i class="bi bi-instagram"></i></a>
</div>
<div class="data">
<form>
<input type="text" name="name" id="name" placeholder="Enter your name" required><br>
<input type="email" name="email" id="email" placeholder="Enter your email" required><br>
<textarea name="message" id="message" cols="18" rows="6" placeholder="Your msg goes here"></textarea>
<button type="submit">Send</button>
</form>
</div>
</div>
</section>
<!-----------footer------------->
<section id="footer">
<div class="footer">
<p>All rights reserved by Aman Patel</p>
<a href="#header"><i class="bi-arrow-up-cicle-fill"></i></a>
</div>
</section>
</body>
</html>