-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (88 loc) · 3.55 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ashutosh Srivastava</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Sacramento&family=Satisfy&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="cloud-top" src="images/cloud.png" alt="cloud-img">
<h1><span ="I-alphabet">I</span>'m Ashutosh</h1>
<p class="line2">a software developer .</p>
<img class="cloud-bottom" src="images/cloud.png" alt="cloud-img">
<img class="mountian" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="pic-profile" src="images/ashutosh.jpg" alt="ashutosh's pic">
<h2>Hi!</h2>
<p class="intro">I am B.Tech graduate and a software developer, eager to learn new technologies. I currently work as an Enterprise Integration Engineer in TEKSystems Global Services Pvt. Ltd.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="code-img" src="images/code.png" alt="code-pic">
<h3>Design & Development</h3>
<p>I started learning to code when I was 12 years of age. Later on I gained intrest in web development and data analytics.</p>
</div>
<div class="skill-row2">
<img class="tech-img" src="images/tech.jpg" alt="tech-pic">
<h3>Tech Skills</h3>
<table class="tech-table" cellspacing=10>
<tr>
<td>
<table>
<tr>
<td>Python3</td> <td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java SE8</td> <td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java EE7</td> <td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML5</td> <td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Mulesoft4</td> <td>⭐⭐⭐</td>
</tr>
<tr>
<td>Kafka</td> <td>⭐⭐</td>
</tr>
<tr>
<td>Hadoop</td> <td>⭐⭐⭐</td>
</tr>
<tr>
<td>XML/XSD/XSTL</td> <td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love to code as much as I do.</h3>
<p class="contact-message">Love coding as much as I do? Let's talk about the technologies and their awsomeness!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://github.com/Ashutosh-Srivastava">Github</a>
<a class="footer-link" href="https://www.facebook.com/ashutosh.srivastava.92317">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/ash_650/">Instagram</a>
<p class="copyright">© 2020 Ashutosh Srivastava. All rights reserved.</p>
</div>
</body>
</html>