-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (73 loc) · 5.15 KB
/
index.html
File metadata and controls
76 lines (73 loc) · 5.15 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>.:: Diego Lopez ::. </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="static/estilo2.css">
<link rel="stylesheet" type="text/css" href="static/home.css">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="manifest" href="manifest.json">
<!--script src="static/d3.v4.js"></script-->
<!--script src="https://cdn.jsdelivr.net/npm/chart.js@3.7.1/dist/chart.min.js"></script-->
<script src="static/countdown.js"></script>
</head>
<body id="home">
<div class="sticky row no-padding">
<div class="half align-left float-left"><p>Next
<a href="https://en.wikipedia.org/wiki/Solar_zenith_angle">solar zenith</a> @
<a href="https://www.openstreetmap.org/note/3360018#map=12/-16.4236/-68.0565&layers=N">16.42S 68.05W</a></p></div>
<div class="counter float-left"><h3 id="zenith"></h3>
<p class="top-text" style="text-align: right;">DAYS HRS MINS SEC</p>
</div>
</div>
<nav class="top-menu glass">
<div class="navlink inline-block">
<a title="Home" href="" class="navlink-on">home</a></div>
<div class="navlink inline-block"><a title="Research" href="/research" class="navlink-off">research</a></div>
<div class="navlink inline-block"><a title="Projects" href="pages/projects.html" class="navlink-off">projects</a></div>
<div class="navlink inline-block"><a title="Blog" href="https://ndzerglink.wordpress.com" class="navlink-off">blog</a></div>
<!--div class="navlink inline-block"><a title="Todo" href="tools/todo.html" class="navlink-off">to do</a></div-->
<div class="navlink inline-block"><a title="About" href="pages/about.html" class="navlink-off">about</a></div>
</nav>
<main class="row">
<div class="column clearfix align-left float-left glass">
<h2>Hello, I am Diego</h2> <p>Welcome to my web portfolio</p>
<p>I am a Physicist currently working in Aichi, Japan as a CFD Analyst and Python/JavaScript programmer.</p>
<!--p>I try to support as much as I can open source software and I am against at any data collection and user-targeted ads. I try to reduce my digital fingerprint by using <a href="https://www.duckduckgo.com">DuckDuckGo</a> as default search engine. I encourage friends and family to change their search engine to the above.<br/>
I like outdoor activities specially hiking. Some weekends I like to take a local train, head to some nearby mountain and enjoy the ride, sometimes reading a book.</p-->
<p>This static webpage was made to display some of my <a href="/pages/projects.html"><em>programming projects</em></a> and a few
<a href="https://ndzerglink.wordpress.com"><em>articles I've written</em></a> on subjects such as particle physics and programming. If you want to learn more about me please
<a href="pages/about.html"><strong> click here</strong></a> or if you are hiring you might be interested to review <a href="pages/resume.html"><strong>my CV</strong></a></p>
<p>BTW, background image shows <a href="https://en.wikipedia.org/wiki/Valle_de_la_Luna_(Bolivia)" target="_blank">Moon Valley</a>, located in La Paz, BO</p>
</div>
</main>
<footer class="glass">
<header><p id="randQuote"></p></header>
<div class="row">
<div class="column clearfix align-left float-left">
<p>
<a target="blank" href="https://www.openstreetmap.org/search?whereami=1&query=34.7022%2C135.1940#map=14/34.7021/135.1940"><img src="assets/globe-asia.svg" width="24"/> whereami? 34°41'N 135°11'E</a></p>
</div>
<div class="column clearfix align-right float-left">
<a class="mySNS" href="https://twitter.com/ndzerglink" target="_blank"><img src="assets/twitter-logo.svg"/></a>
<a class="mySNS" href="https://github.com/ndlopez"><img src="assets/github-logo.svg"/></a>
<a class="mySNS" target="blank" href="https://jp.linkedin.com/in/diego-lopez-58a033147"><img src="assets/linkein-logo.svg" /></a>
</div>
</div>
<!--div class="clearfix no_mobil">Background image shows <a href="https://en.wikipedia.org/wiki/Illimani" target="_blank">Mount Illimani</a> and was taking on 2006-09-25 at sunrise (~06:20)</div-->
<div class="clearfix">
<p style="text-align:center;"><span class="copy-left">©</span><span> 2023-09-09 made by ndzerglink </span></p>
</div>
</footer>
<nav class="menu no-desktop" id="nav-menu">
<ul>
<li><a class="link-off" href="/research"><img src="assets/telescope.svg"/> research</a></li>
<li><a class="link-off" href="/pages/projects.html"><img src="assets/code.svg"/> projects</a></li>
<li><a class="link-off" href="/weather"><img src="assets/sunny_cloudy.svg"/> weather</a></li>
<li><a class="link-off" href="/web_player"><img src="assets/music.svg"/> music</a></li>
<li><a class="link-off" href="/tools/todo.html"><img src="assets/todo.svg"/> todo</a></li>
</ul></nav>
<script src="static/get_quotes.js"></script>
</body>
</html>