-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew.html
More file actions
36 lines (35 loc) · 1.46 KB
/
new.html
File metadata and controls
36 lines (35 loc) · 1.46 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
<!DOCTYPE html>
<head>
<title>Cheatsheet</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="newss.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="new.js"></script>
</head>
<body>
<div id="up">
<ul id="links">
<li class="link"><a href="https://plus.google.com/100228746692143957297/posts"><div id="google"></div></a></li>
<li class="link"><a href="https://github.com/Notika314"><div id="github"></div></a></li>
<li class="link"><a href="https://www.linkedin.com/profile/view?id=373622476"><div id="linkedin"></div></a></li>
<li class="link"><a href="https://www.facebook.com/natalia.bryzhatenko"><div id="facebook"></div></a></li>
</ul>
<div class="left"></div>
<div class="right">
<h1 id="name"> Natalia Bryzhatenko</h2>
<p>Aspiring web developer</p>
<p class="quote">Always choose the hardest way, on it you will not find opponents</p>
<p class="quote">(Charles De Gualle)</p>
</div>
</div>
<div id="container">
<ul id="menu">
<li class="items" id="portfolio"><a href="#">PORTFOLIO</a></li>
<li class="items" id="blog"><a href="blognew.html">MY BLOG</a></li>
<li class="items" id="projects"><a href="#">PROJECTS</a></li>
<li class="items" id="something"><a href="cheat-sheet.html">CHEATSHEET</a></li>
</ul>
</div>
<div id="introduction"><div>
</body>
</html>