-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (39 loc) · 3.03 KB
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>WebGL Fluid Simulation in Javascript by David Martínez Ros</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="David Martinez Ros">
<meta name="keywords" content="how, what, how to, what is, find, hire, senior, experienced, full stack developer, answer, easy, david, martinez, ros, the best, portfolio, 2018, software, engineer, barcelona, spain, latest, java, angular, node.js, spring">
<meta name="og:title" content="Angular and Java | David, a Full Stack Developer and Software Engineer">
<meta name="twitter:title" content="Angular and Java | David, a Full Stack Developer and Software Engineer">
<meta name="description" content="How to find and hire a Software Engineer? What is a Full Stack Developer? The answer is easy ... David Martinez Ros, A Software Engineer and Full Stack Developer from Barcelona with latest Java, Angular, Node.js, Spring.">
<meta name="og:description" content="How to find and hire a Software Engineer? What is a Full Stack Developer? The answer is easy ... David Martinez Ros, A Software Engineer and Full Stack Developer from Barcelona with latest Java, Angular, Node.js, Spring.">
<meta name="twitter:description" content="How to find and hire a Software Engineer? What is a Full Stack Developer? The answer is easy ... David Martinez Ros, A Software Engineer and Full Stack Developer from Barcelona with latest Java, Angular, Node.js, Spring.">
<meta name="og:type" content="website">
<meta name="og:url" content="https://davidmartinezros.com">
<meta name="twitter:card" content="summary">
<meta name="image" content="images/icon.png">
<meta name="og:image" content="images/icon.png">
<meta name="twitter:image" content="images/icon.png">
<meta name="robots" content="index, follow">
<meta name="google" content="nositelinkssearchbox">
<link rel="publisher" href=”https://plus.google.com/+DavidMartinezRos”
title="davidmartinezros.com on Google+" />
<link rel="author" href="https://plus.google.com/108069145499631514979/about"
title="David Martinez Ros on Google+"/>
<link rel="icon" href="images/icon.png">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="../../assets/scripts/google_analytics.js"></script>
</head>
<body>
<h3>WebGL Fluid Simulation with Javascript</h3>
<div id="wrapper">
<canvas id="d" width="64" height="64" style="width:100%;height:420px;display:block;position:relative;"></canvas>
</div>
<h3>Find this project and others from <b>David Martínez Ros</b> on <a href="https://davidmartinezros.com" target="_blank" style="color:rgb(200, 200, 200)">https://davidmartinezros.com</a> / mail <a href="mailto:[email protected]" target="_blank" style="color:rgb(200, 200, 200)">[email protected]</a></h3>
<script src="js/index.js"></script>
</body>
</html>