-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (93 loc) · 4.25 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
94
95
96
97
98
99
100
101
102
103
104
<html>
<head>
<title>venuProfile</title>
<link href="indexStyle.css" rel="stylesheet" type=text/css />
<link rel="icon" href="image/logo.png" />
</head>
<body>
<header>
<h1>Portfolio</h1>
</header>
<div id="mainSection">
<img src="image/photo.jpeg" alt="PerosnalImage" height="250" width="275"/>
<div class="aboutMe">
<h1>I am VENUGOBAL !!</h1>
<p >I am an aspirant looking to start my carrier as developer.<br>
with internship experience at edureka!. I have structural knowledge of web architecture including programming languages.
I am skilled at conducting structural analysis and building web applications.
I believe that with my qualification and skills, I will be great fit for the role of Full stack developer.
</p>
<a href="#">more</a>
</div>
</div>
<div class="skillSection">
<h2>Skills</h2>
<div class="card">
<div class="cardImage">
<img src="image/html.png " alt="html" height="90" width="80";/>
</div>
<div class="cardImage">
<img src="image/css.png" alt="css" height="90" width="80"/>
</div>
<div class="cardImage">
<img src="image/js.png" alt="js" height="90" width="80"/>
</div>
<div class="cardImage">
<img src="image/React.png" alt="react"height="90" width="80"/>
</div>
<div class="cardImage">
<img src="image/njs.png" alt="nodeJs" height="90" width="80"/>
</div>
</div>
</div>
<!--
<div style="text-align: center; margin:2%">
<h2>Hobbies</h2>
<span style="margin:3%">
<img src="image/photograper.jpg" alt="Photographry" height="200" width="200"/>
</span>
<span style="margin:3%">
<img src="image/Foottball.jpg" alt="Football" height="200" width="200"/>
</span>
<span style="margin:3%">
<img src="image/reading.jpg" alt="Reading Books" height="200" width="200"/>
</span>
<span style="margin:3%">
<img src="image/travel.jpg" alt="Travelling" height="200" width="200"/>
</span>
</div> -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15614.635925006218!2d79.80159102528314!3d11.928804040182847!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a53619c292d1795%3A0x2b12d8e27139008d!2sOrleanpet%2C%20Puducherry!5e0!3m2!1sen!2sin!4v1659599125078!5m2!1sen!2sin" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- <footer>
<div class="socialLogo">
<span>
<img src="image/facebook.png" alt="facebook" >
</a>
</span>
<span>
<a href="#" target="_blank">
<img src="image/LinkedIn.png" alt="linkedin" >
</a>
</span>
<span>
<a href="#" target="_blank">
<img src="image/insta.png" alt="instagram" >
</a>
</span>
</div>
</footer> -->
<footer>
<div id="social">
<h4> © Venugobal 2022</h4>
<a href="#" target="_blank">
<img src="https://i.ibb.co/wrG1PKh/facebook.png" alt="facebook" class="socialLogo"/>
</a>
<a href="#" target="_blank">
<img src="https://i.ibb.co/19H5LvT/insta.png" alt="instagram" class="socialLogo"/>
</a>
<a href="#" target="_blank">
<img src="https://i.ibb.co/w07K2Vn/youtube1.png" alt="youtube" class="socialLogo"/>
</a>
</div>
</footer>
</body>
</html>