-
Notifications
You must be signed in to change notification settings - Fork 0
/
about2.html
76 lines (63 loc) · 3.38 KB
/
about2.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aaron Puthuvana Sam</title>
<link rel="stylesheet" href="styles2.css">
<link rel="shortcut icon" href="aaron.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="nav-wrapper">
<div class="left-side">
<div class="nav-link-wrapper">
<a href="index.html">Home</a>
</div>
<div class="nav-link-wrapper">
<a href="about2.html">About</a>
</div>
</div>
<div class="right-side">
<div class="brand">
<div>AARON SAM</div>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="pic">
<img src="images/portfolio.png" class="img-fluid" alt="" height="300" width="300">
</div>
<div class="pic-content">
<center>
<h1>Thanks for visiting my page</h1>
<br>
<p>
FullStack Engineer at Tata Consultancy Services(TCS). Completed Btech Graduation from College of Engineering Chengannur. Having acquired skills at Web Development platforms I have also 1+ experience in MERN, MEAN & Java Stack with backend platforms such as PHP,SpringBoot.
I have used MySql & MongoDB database for data storage. I have developed backend REST APIs. I do have a sound knowledge in Cloud Computing including GCP, AWS & AZURE.
</p>
</center>
</div>
</div>
<div class="bottom-wrapper">
<br>
<div class="text-center1"><center><p style="color: black;">Get in touch</p></center></div><br>
<center><h3>Feel free to contact me via my email or any of my social profiles.</h3></center><br>
<h4 class="resume-link">
<a href="https://drive.google.com/file/d/1nk3LSyrUMhNUtov5C-BWqKBxuJzHmZuo/view?usp=sharing">View Resume</a>
</h4>
<div class="text-center2">aaronpsam@gmail.com</div><br>
<center>
<a href="https://www.facebook.com/aaron.sam.7161" class="fa fa-facebook-official"></a>
<a href="https://www.linkedin.com/in/aaronpsam" class="fa fa-linkedin"></a>
<a href="https://github.com/aaron-creator" class="fa fa-github"></a>
<a href="https://www.instagram.com/_always_aaron/" class="fa fa-instagram"></a>
</center><br><br>
</div>
</div>
</div>
</body>
</html>