-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
50 lines (49 loc) · 2.08 KB
/
template.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
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carlo Bisda</title>
</head>
<body bgcolor="#0" text="#ffffff" link="#6699cc" vlink="#ff3333">
<br>
<b><strike>Carlo Bisda</strike></b>
<a href="http://carlobisda.github.io">Home </a>
<a href="about.html">>About Me</a>
<a href="blog/blog.html">>Blog</a>
<a href="projects.html">>Projects</a>
<a href="writings.html">>Writings</a>
<a href="paradigm.html">>Paradigm</a>
<a href="links.html">>Links</a>
<br>
<h3>Data Analyst | Programming Enthusiast | Fullstack Degen</h3>
<p>I am a low-spec retail trader, I analyze market patterns searching for alphas.<br>
Variety is the spice of life and on the side, I prefer to dabble in a variety of things;<br>
from martial arts, chess or the occassional tech degeneracy.<br>
I'm always working on a couple of projects, this page will likely be a repo for these.<br>
With that said, sometimes I feel inspired to write so it might end up over here as well.<br>
Currently working on how this space will reflect me. The links below are my professional<br>
social media accounts.</p>
<a href="https://www.linkedin.com/in/carlobisda">LinkedIn</a>
<a href="http://https//github.com/carlobisda">Github</a>
<a href="https://www.twitter.com/carlobisda">Twitter</a>
<a href="https://www.instagram.com/carlo_bisda/">Instagram</a>
<p>
this is where the text goes
</p>
<p>
<!--
spacer only
-->
</p>
<p>
=====
</p>
<p>
carlobisda is (c) 1984-2023 by carlob (carlobisda at hotmail dot c0m)<br>
<em>this is my personal blog. these ideas are mine and does not necessarily reflect the views of my employer and coworkers.<br>
website design created by Carlo Bisda (c) Vanilla HTML</em>
</p>
</body>
</html>