-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 2.53 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 2.53 KB
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
<!DOCTYPE html>
<html>
<body style="background-color:ghostwhite;" >
<header>
<div style="background-color: black;">
<div onclick="window.open('index.html')">
<H1 style="text-align: center;font-family: sans-serif; color:white" >code-folio</H1>
<br>
</div>
</div>
<div style="background-color: lightgray;height: 5px"></div>
<div style="background-color: black;text-align: center"><a href="aboutme.html" style="text-decoration: none;font-family: sans-serif;color:ghostwhite;">about me</a>////////////////////////////////// <a href="" style="text-decoration: none;font-family: sans-serif;color: ghostwhite;">my works</a></div>
<div style="height: 60%;width: 100%; background-image:url(IMG_1354.jpeg);background-size: 100% 100%; background-blend-mode:normal;" >
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><br>
<br>
<br>
<br>
</div>
</header>
<br>
<div style="background-color: lightgray;width:90%;margin: auto;position:sticky">
<p style="font-family: sans-serif ;width:65%;position: absolute;left:15%">Hi reader, thanks for coming to this website.This is my portfolio. In here you will be able to see my work and learn about my personality. My name is Arjun. I like many OpenSource organisations like <a href="http://fossasia.com" style="text-decoration: none;color: black"><b>fossasia</b></a>, <a href="http://publiclab.org" style="text-decoration: none;color: black"><b>public labs</b></a> and <a href="http://openmrs.org" style="text-decoration: none;color: black"><b>openMRS</b></a> . I learnt about all of these organizations on <a href="https://codein.withgoogle.com/" style="text-decoration:none;color:black;"><b>Google Code In </b></a>( or GCI for short ) .</p>
</div><br>
<footer style="background-color:black;text-align: center;width:100%;position: absolute;top: 110%;height: 10%"><br><a style="text-decoration: none;color: white;font-family:sans-serif; " href="">about me</a> ////////// <a style="text-decoration: none;color: white;font-family:sans-serif" href="">my works</a> / /////////<a style="text-decoration: none;color: white;font-family: sans-serif" href="http://webfight.herobo.com">webfight</a><br></footer>
</body>
</html>