-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (121 loc) · 6.51 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PORTFOLIO</title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<header>
<b><a style="color: aliceblue;">My Portfolio</a>
<a href="#home" style="color: #79B4B7; font-family: Times New Roman;">Home</a>
<a href="#aboutme" style="color: #79B4B7;">About Me</a>
<a href="#education" style="color: #79B4B7;">Education</a>
<a href="#skill" style="color: #79B4B7;">Skills</a>
<a href="#contactme" style="color: #79B4B7;">Contact Me</a> </b>
</header><br>
<section>
<div class="cont1" id="home">
<div class="row">
<div class="col">
<div class="left">
<h1 style="padding-left:320px; color: rgb(250, 252, 253);"><span style="color:#11468F">I'm</span> Ram Charan Tej</h1>
<p style="color: rgb(194, 206, 218);">Finished with the shoot of RRR. Learn't a great lesson after releasing Acharya. Currently looking for any good scripts for a picture.</p><br>
<button style="background-color:#EEEEEE; color: rgb(0, 0, 0); cursor: pointer;"><b>About Me</b></button>
</div>
</div>
<div class="col">
<div class="right"><br>
<img src="WhatsApp Image 2022-05-29 at 7.09.24 PM.jpeg" alt="">
</div>
</div>
</div>
</div>
</section><br><br><br><br><br><br><br>
<section class="About Me">
<div class="abt" id="aboutme" >
<div id="About Me" style="margin-left:-20px;">
<div class="cont2">
<h1>About Me</h1><hr><br><br>
<div class="boxe" style="color: white;"><br>
<a><span><b>Name:</b></span> Kondeti Ram Charan</a><br>
<a><span><b>Age: </b></span>49 Years Old </a><br>
<a><span><b>Qualification: </b></span> Masters in Computer Science</a><br>
<a><span><b>Institue Name: </b></span> MIT</a><br>
<a><span><b>Working: </b></span> Promotions of Acharya</a><br>
<a><span><b>Languages Known: </b></span> English, Hindi, Telugu, Kannada</a><br>
<br>
<br></div>
</div>
</div>
</div>
</section>
<section name="hero">
<div class="cont4">
<div class="row"><br><br><br><br>
<span class="w3-xlarge" style="background-color:#11468F; color: #5CC2F2;"> 13+ EXPERIENCE </span>
<span class="w3-xlarge" style="background-color:#11468F; color: #5CC2F2;"> 50+ INDUSTRY HITS </span> <br><br><br><br><br><br>
<span class="w3-xlarge" style="padding:40px 20px;background-color:#11468F; color: #5CC2F2;"> 121 PROJECTS ONBOARD </span>
<span class="w3-xlarge" style="padding:40px 20px; background-color:#11468F; color: #5CC2F2;"> 20 PAN INDIA FILMS </span>
</div>
</div>
</section><br><br><br><br><br><br><br><br><br><br><br><br>
<section>
<div class="images" id="skill">
<h1 style="text-align:center; font-size: 40px; color: white;">My Featured Movies</h1><hr><br><br>
<div class="skills">
<div class="gallery">
<div class="box">
<img src="html.jpg" alt="">
</div>
<div class="box">
<img src="WhatsApp Image 2022-05-29 at 6.59.53 PM.jpeg" alt="">
</div>
<div class="box">
<img src="WhatsApp Image 2022-05-29 at 6.59.54 PM.jpeg" alt="">
</div>
<div id="box">
<div class="box">
<img src="WhatsApp Image 2022-05-29 at 7.03.17 PM.jpeg" alt="">
</div>
<div class="box">
<img src="WhatsApp Image 2022-05-29 at 7.05.51 PM.jpeg" alt="">
</div>
<div class="box">
<img src="dbms.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="contactus" id="contactme">
<h1 style="text-align:center; font-size: 40px;">Your Views On Me</h1><hr></div>
<div class="contact">
<div class="cont7">
<div class="row">
<div class="col">
<div class="cont8">
<p>Name: K. Ram Charan<br>
Email:sanjaypodishetty9@gmail.com<br>
Phone: +91 9553088803</p> <br>
</div>
</div>
<div class="col">
<form><label for="l1">First Name: </label><input type="text" name="t1" placeholder="Enter your Name"><br><br>
<label for="l1">Last Name: </label> <input type="text" name="t2" placeholder="Enter your Email"><br><br>
<label for="l1">Email ID: </label><input type="text" name="t3" placeholder="Your Message"><br><br>
<label for="l1">Message: </label><textarea rows="10" cols="60"></textarea><br><br>
<button style="background-color:#11468F; color: #5CC2F2;">Submit</button><br><br><br><br>
</form><br><br><br>
</div><br>
</div><br>
</div><br><br>
</section><br><br>
</body>
</html>