-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 2.66 KB
/
index.html
File metadata and controls
69 lines (65 loc) · 2.66 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
<!doctype html>
<html lang="en" class="no-js">
<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">
<link rel="canonical" href="https://html5-templates.com/" />
<title>github home page</title>
<meta name="description" content="Simple github web site example.">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<header>
<div id="logo"><img src="/images/beaver.svg">Welcome </div>
<nav>
<ul>
<li><a href="/">Home</a>
<li><a href="https://github.com/mrworm">github</a>
<li><a href="https://groups.google.com/g/py4web">py4web</a>
<li><a href="https://www.home-assistant.io/">home assistant</a>
</ul>
</nav>
</header>
<section>
<strong>Welcome to my small part of the web</strong>
</section>
<section id="pageContent">
<main role="main">
<article>
<h2>Python</h2>
<p>Im mostly developing in Python, HTML and JSS. Basicly learnig is a life long process and i'm still trying to grasp it.</p>
<p>github supports hosting of static pages to tell a bit more about your projects and repos.</p>
<p>This is an excellent idea to tell more about your repo for people who dont normally code.</p>
</article>
<article>
<h2>Home assistant</h2>
<p>Im spending some time with home assistant since it does keep my electric bill way smaller than it would be other wise.</p>
<p>Weather hub or mobile alerts as it's also is knowed for is a thermometer that works very well with H/A.</p>
<p>If you like to use my version of it you need to tell H/A to use a tailored repo and then link it there.</p>
</article>
<article>
<h2>py4web</h2>
<p>Learnig web technologies can never be a waste of time and a rapid development frame work like py4web suits my needs perfectly. Did I mention that its MVC and have a lot of cool feature and the community is super friendly.</p>
</article>
<article>
<h2>Boats</h2>
<p>You need to have some spare time and that is spent on the sea, at the sea or talking about the sea.</p>
</article>
</main>
<aside>
<div><center><b>Always be kind</b></center></div>
<div><center><b>Support others</b></center></div>
<div><center><b>Learn a new skill</b></center></div>
</aside>
</section>
<footer>
<p>© <a href="https://html5-templates.com/" target="_blank" rel="nofollow">HTML5 Templates</a>
© <a href="https://www.stockio.com/free-icon/beaver/" target="_blank" rel="nofollow">stockio images</a></p>
<address>
Contact: <a href="mailto:me@example.com">Mail me</a>
</address>
</footer>
</body>
</html>