-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.2 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.2 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Idan Moyal</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="background">
<div id="container">
<div id="links">
<a href="http://www.linkedin.com/in/idanmo">
<img class="linkedin-link" src="images/In-2C-128px-TM.png"/>
</a>
<a href="https://github.com/idanmo">
<img class="github-link" src="images/Octocat-small.png"/>
</a>
</div>
<div id="title">
IDAN MOYAL
</div>
<img id="logo" src="images/logo-color.png">
</div>
<div id="publications">
<h2>Publications:</h2>
<ul>
<li><a href="http://dl.ifip.org/db/conf/networking/networking2017/1570334807.pdf">Load Balancing Memcached Traffic Using Software Defined Networking</a></li>
</ul>
</div>
</div>
</body>
</html>