-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (48 loc) · 1.94 KB
/
index.html
File metadata and controls
61 lines (48 loc) · 1.94 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
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
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<title>Bikram's Homepage</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
</head>
<body>
<div id="MOTO">
<span>Home</span>
<span><a href="./blog/c1-chefs-kitchen.html">Blog</a></span>
<span>Projects</span>
<span>About Me</span>
</div>
<div id="PROFILE">
<img id="profile_pic" src="profile_pic.jpg" alt="Image not found.">
<div id="skills">Budding Web Developer!</div>
</div>
<div id="PROJECTS">
<span id="project_title">PROJECTS:</span>
<a href="http://www.xprize.org/grand-challenges/learning">
<img style="height: 100%;" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTIQ3qljH60x5nP-wWO04fn4ZfsBVVQtxtr08s4_w0TZ-BkTSTdVA" alt="Image not found"/>
</a>
<img style="height: 100%;" src="https://pbs.twimg.com/media/ByI6euOIIAACFye.jpg" alt="Image not found"/>
</div>
<div id="INFO">
<div id="contact_info">Contact Info</div>
<div id="blog_status">
Blog Posts:
<a href="./blog/c1-chefs-kitchen.html">1</a>
<a href="./blog/t1-git-blog.html">2</a>
<a href="./blog/c3-thinking-style.html">3</a>
<a href="./blog/t3-arrays-hashes.html">4</a>
<a href="./blog/t4-enumerable-methods.html">5</a>
<a href="./blog/c4-tech-issues.html">6</a>
<a href="./blog/t5-ruby-classes.html">7</a>
<a href="./blog/c5-feedback.html">8</a>
<a href="./blog/t6-oop-concepts.html">9</a>
<a href="./blog/c6-stereotype-threat.html">10</a>
<a href="./blog/c7-values.html">11</a>
<a href="./blog/c8-conflict.html">12</a>
<a href="./blog/t7-JavaScript.html">13</a>
<a href="./blog/t8-tech.html">14</a>
</div>
<div id="social">Social</div>
</div>
</body>
</html>