-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.htm
52 lines (49 loc) · 1.99 KB
/
Portfolio.htm
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
<!DOCTYPE html>
<HTML>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<BODY>
<div class="parallax"><img src="MeetRamatri.png" alt="MEET RAMATRI"></div>
<H1>Meet Ramatri</H1>
<h2>Studying Btech at NST X ADYPU</h2>
<address>
<h3>Contact</h3>
<p>A1204, Park Royale SoC, pimple saudagar, <br>Pune, Maharashtra</p>
<p>Phone number :- 8467953051</p>
<p>email :- [email protected] </p>
</address>
<h3>Experiences</h3>
<ul>
<li>President at Teens Foundation</li>
<li>Social Work intern at Ladli Foundation</li>
<li>Campus Ambassador at IMUN</li>
<li>Enterprise Risk Manager at Mindler</li>
<li>Intern at Mindler</li>
</ul>
<h3>Education</h3>
<ul>
<li>Ajeenkya D Y Patil University :- Btech in CS and AI</li>
<li>Newton School of Technology</li>
<li>Y Combinator :- Start up</li>
<li>The chintels School :- Class 12</li>
<li>The chintels School :- Class 10</li>
</ul>
<h3>Certifications</h3>
<ul>
<li>National Coding League</li>
<li>ENTERPRISE RISK MANAGEMENT</li>
<li>Credit Risk Modeling</li>
<li>HTML 5 - Udemy</li>
<li>Investment Risk Management</li>
</ul>
<img src="Meet.jpg" alt="Meet Ramatri" height="200px" width="200px" style="border-radius: 50%; border:5px solid black; text-align: center;"><br>
<a href ="www.linkedin.com/in/meet-ramatri">LinkedIn</a><br>
<a href ="https://github.com/MeetRamatri">GitHub</a><br>
<a href ="https://www.codechef.com/users/meet_ramatri">CodeChef</a><br>
<a href ="https://codeforces.com/profile/MeetRamatri">CodeForces</a><br>
</BODY>
</HTML>