-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
71 lines (67 loc) · 2.48 KB
/
Contact.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
<!DOCTYPE html>
<html>
<head>
<title> CONTACT </title>
<link rel="stylesheet" href="stylesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="page">
<div id="bor">
<header>
<div class="title">
<center><h1> CONTACT </h1></center>
</div>
<div class="main">
<ul>
<li><a href="portfolio.html">PORTFOLIO</a></li>
<li><a href="startup.html">START-UP</a></li>
<li><a href="About.html">ABOUT</a></li>
<li><a href="Qualifications.html">QUALIFICATIONS</a></li>
<li><a href="Projects.html">PROJECTS</a></li>
<li><a href="Contact.html">CONTACT</a></li>
</ul>
</div>
</header>
<br><br><br><br>
<div>
<p><strong><center>Contact No:</strong>+91 9951762489</center><br>
<center><strong>Email: </strong>[email protected]</center></p>
<br>
<center><h2><u>SOCIAL CONNECT</u></h2></center><br>
<center>
<!-- <a href="https://twitter.com/">
<img src="twitter.png">
</a>
<a href="https://www.instagram.com/">
<img src="insta1.png">
</a>
<a href="https://www.facebook.com/">
<img src="fb1.svg">
</a> -->
<a href="https://www.linkedin.com/in/sri-charan-pendli-066139177/" target="_blank">
<img src="in.png" width="50" height="60">
</a></center>
</div>
<br><br>
<div>
<center><h2><u>MY WORK</u></h2></center><br>
<center><a href="https://www.hackerrank.com/sricharan28" target="_blank">
<img src="hacker.png" height="60">
</a>
<a href="https://github.com/sricharan22?tab=repositories" target="_blank">
<img src="gitlogo.png" height="60">
</a></center>
</div>
<br><br>
<div>
<center><h2><u>FEEDBACK OR SUGGESTIONS FOR MY PORTFOLIO</u></h2></center><br>
<center><a href="https://docs.google.com/forms/u/1/d/1wzWa-MvNTzbUjS-_E6Yo27DB6Jaj1viiBAZlnNqlg7A/edit?usp=drive_web" target="_blank">
<img src="googleform.png" width="50" height="60">
</a></center>
</div>
<br><br>
</div>
</div>
</body>
</html>