-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
145 lines (133 loc) · 5.37 KB
/
portfolio.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
</head>
<body style="background-color: #c7d6e4;">
<!-- <style>
body {
background-image: url('bgg.jpg');
height: 344px;
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
}
</style> -->
<div>
<h1>Kamalapur</h1>
<img src="logo.png" class="logo">
</div>
<div class="navbar">
<ul>
<li><a href="">About</a></li>
<li><a href="">Skills</a></li>
<li><a href="">Education</a></li>
<li><a href="">Work</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="man">
<img src="anjanportfolio.jpg" class="pic">
</div>
<div class="center">
<h1 style="font-size: 56px;">Anjan Kumar</h1><br>
<h3 style="font-size:22px;">A Bit About Me</h3><br><br>
<p style="font-size: 18px;">I am a graduate student at the B V Raju Institute Of Technology<br> Computer Science
Department.<br> I am mostly working on Web Development<br>Also,On machine learning algorithms and their
application to astronomical datasets.</p>
</div>
<div class="Resume">
<button style="font-size: 22px;">Resume</button>
</div>
<div class="Research">
<button style="font-size: 22px;">Research</button>
</div>
<div class="OutReach">
<button style="font-size: 22px;">OutReach</button>
</div>
<div class="personal">
<button style="font-size: 22px;">Personal</button>
</div><br><br>
<div class="skills" style="background-color: #3F2E3E">
<h1 style="color: blanchedalmond;">Skills</h1><br>
<ol>
<li>C Programming</li>
<li>Python Programming</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Cummunication</li>
</ol>
<br><br>
</div>
<!-- <div class="skills">
<img src="skills.png" class="pic">
</div> -->
<div class="Education" style="background-color:#A78295;">
<h1>Education</h1><br><br>
<p style="font-style: italic; font-size: 29px;">Anjan Kumar ,<br> I'm presently studying in B V raju Intitute Of
Technology
Narsapur .<br> I Have Completed My Schooling In Kakatity High School in Narayan Pet! <br>Also My Inter
Completed in Narayan Pet in Sree Veda Saraswati Jr College , <br>learning New Skills Daily !! </p>
<br><br><br>
<br><br>
</div>
<div class="work" style="background-color: #EFE1D1;">
<h1 style="padding-top: 33px;">Work</h1><br><br>
<p style="font-size: 29px;">Lorem ipsum,<br> dolor sit amet consectetur adipisicing elit.<br> Eveniet
temporibus, eos corporis laborum velit laudantium!<br> Atque veritatis dolorum dolores cum sed ullam,<br>
laudantium fugiat explicabo magnam suscipit eum incidunt aperiam!</p><br><br><br>
</div>
<div class="project" style="background-color: #7895CB;">
<h1 style="padding-top: 33px;">Project Section</h1><br><br>
<p style="font-size: 29px;">My Projects,<br> I made a project on landing page,Portfolio,Calculator.<br> I made a
clone website of Amazon.
<br> Also,Made a project on Recipe website<br>
online reservation website
</p><br><br><br>
</div>
<footer style="color: rgb(0, 0, 0);">
<div class="lowdaa">
<div class="iconarr">
<img src="twitter.png" class="icons" alt="eww">
<img src="facebook.png" class="icons" alt="eww">
<img src="telegram.png" class="icons" alt="eww">
<img src="instagram.png" class="icons" alt="eww">
</div>
<div class="footer1 lowda">
<h3><a href="#"> Office </a></h3>
<P><a href="#">Home</a></P>
<P><a href="#">About</a></P>
<P><a href="#">location</a></P>
<p><a href="#">Icons</a></p>
<p><a href="#">Blog</a></p>
<P><a href="#">Contact</a></P>
</div>
<div class="footer2 lowda">
<h3><a href="#">Guides</a></h3>
<P><a href="#">Getting started</a></P>
<P><a href="#">Webpack</a></P>
<P><a href="#">vitre</a></P>
<P><a href="#">parece</a></P>
</div>
<div class="footer3 lowda">
<h3><a href="#">Projects</a></h3>
<P><a href="#">Calculator</a></P>
<P><a href="#">Recipe</a></P>
<P><a href="#">Portfolio</a></P>
<P><a href="#">Army</a></P>
</div>
<div class="footer4 lowda">
<h3><a href="#">Community</h3>
<P><a href="#">Issues</P>
<P><a href="#">Corporate sponsers</P>
<P><a href="#">Open Collective</P>
<P><a href="#">stack overflow</P>
</div>
</div>
</footer>
</body>
</html>