-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (87 loc) · 3.67 KB
/
index.html
File metadata and controls
98 lines (87 loc) · 3.67 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>Meth Meth Method - Explore the web and write fun programs</title>
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Sen&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
</head>
<body>
<article>
<header>
<picture>
<source type="image/webp" srcset="./img/logo.webp">
<source type="image/png" srcset="./img/logo.png">
<img src="./img/logo.png" width="500" height="312">
</picture>
</header>
<section id="welcome">
<h1><em>Hello and welcome to the home page of Meth Meth Method, a YouTube show where we explore the web, coding as a job, and write fun programs together.</em></h1>
</section>
<section id="latest-episodes">
<h2><em>Latest episodes</em></h2>
<ul class="episodes" data-type="latest" data-channel="UC8A0M0eDttdB11MHxX58vXQ" data-count="8">
</ul>
</section>
<section id="about">
<h2><em>About me</em></h2>
<p>
<em>
My name is Pontus and I have been programming for the web since 1997.
I helped launch an e-commerce business in my 20s when I was running the
tech at <a href="https://www.coolstuff.com">CoolStuff</a>. After that I
worked a couple of years at <a href="https://www.spotify.com">Spotify</a>.
In late 2016 I moved to Los Angeles to work for a startup called Skurt.
It was aquired by <a href="https://www.fair.com/">Fair</a> and after exploring
work and life in Los Angeles for a year, I am now back in Stockholm.
</em>
</p>
<p>
<em>
I spent some time at <a href="https://www.warpinmedia.com">Warpin' Media</a>,
<a href="https://amuse.io/">Amuse</a>, <a href="https://einride.tech">E/NRIDE</a>,
<a href="https://www.nekohealth.com/">Neko Health</a>, and now I am working with <a href="https://www.getencube.com/">Encube</a>
</em>
</p>
<p>
<em>
Feel free to ask me a question on <a href="https://twitter.com/pomle">Twitter</a>,
or check out the <a href="https://github.com/meth-meth-method">Meth Meth Method Github</a> home.
</em>
</p>
</section>
</article>
<footer>
<ul>
<li>
Media
<ul>
<li><a href="https://youtube.com/MethMethMethod">YouTube</a></li>
</ul>
</li>
<li>
Engage
<ul>
<li><a href="https://discord.gg/aeh8DTv">Discord Chat</a></li>
</ul>
</li>
<li>
GitHub
<ul>
<li><a href="https://github.com/meth-meth-method">meth-meth-method</a></li>
<li><a href="https://github.com/pomle">pomle</a></li>
</ul>
</li>
</ul>
</footer>
<script src="./js/main.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109694863-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109694863-1');
</script>
</body>
</html>