Skip to content

Commit

Permalink
first commit of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmartinezros committed Mar 20, 2019
1 parent 8690c65 commit 357157d
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
body {
font-family:Helvatica, sans-serif;
background:url(https://wallpaperplay.com/walls/full/9/2/3/181292.jpg);
background-repeat: no-repeat;
color:rgb(200, 200, 200);
}

#wrapper{
margin:0 auto;
width:100%;
}

h3 {
background-color: rgba(201, 76, 76, 0.3);
border: 1px solid rgb(200, 200, 200);
padding: 10px;
}
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!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">
</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>
Loading

0 comments on commit 357157d

Please sign in to comment.