-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (73 loc) · 3.29 KB
/
index.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
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
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- viewport: check later how it works with images -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>main</title>
<link rel="stylesheet" href="css/style.css">
</head>
<!-- ////////////////////////////////////////////////////////////////////////////////////////// -->
<body>
<table style="width:10%">
<picture>
<a href="https://github.com/yuleeque">
<img src="images/logo.gif" alt="logo.gif" style="width:150px;">
</a>
</picture>
</table>
<PRE>
I'm hosted with GitHub Pages.
</PRE>
<p></p>
<div>
<a href="index.html"><font size=5>MAIN</font></a>
<a href="deutsch_general.html"><font size=4>Deutsch</font></a>
<!--
<a href="section_2.html">Computer Science</a>
-->
</div>
<div>
<PRE>
Activity log:
03-01-2022: Deutsch - <a href="deutsch_irregular-verbs.html">irregular-verbs</a>, basic visual sketch <a href="deutsch_map.html">map-visual</a>
12-12-2021: Deutsch - <a href="deutsch_verb-prep-conjunction.html">verb-prep-conjunction</a>
10-12-2021: Deutsch - <a href="deutsch_prepositions.html">prepositions</a>
20-11-2021: Deutsch - <a href="deutsch_general.html">general notes</a>
22-09-2020: Start this journal
</PRE>
</div>
<!--
<p>This is <b>bold text</b>.</p>
<p>This is <strong>strongly important text</strong>.</p>
<p>This is <i>italic text</i>.</p>
<p>This is <em>emphasized text</em>.</p>
<p>This is <mark>highlighted text</mark>.</p>
<p>This is <code>computer code</code>.</p>
<p>This is <small>smaller text</small>.</p>
<p>This is <sub>subscript</sub> and <sup>superscript</sup> text.</p>
<p>This is <del>deleted text</del>.</p>
<p>This is <ins>inserted text</ins>.</p><p>This is <b>bold text</b>.</p>
<p>The <abbr title="World Wide Web Consortium">W3C</abbr> is the main international standards organization for the <abbr title="World Wide Web">WWW or W3</abbr>. It was was founded by Tim Berners-Lee.</p>
<abbr title="Description">Target</abbr>
-->
<!--
Note: The image map should not be used for website navigation. They are not search engine friendly. A valid use of an image map is with a geographical map.
Tip: There are many online tools available for creating image maps. Some advanced editors like Adobe Dreamweaver also provides a set of tools for easily creating image maps.
<img src="downloads/objects.png" usemap="#objects" alt="Objects">
<map name="objects">
<area shape="circle" coords="137,231,71" href="downloads/clock.png" alt="Clock">
<area shape="poly" coords="363,146,273,302,452,300" href="downloads/sign.png" alt="Sign">
<area shape="rect" coords="520,160,641,302" href="downloads/book.png" alt="Book">
</map>
-->
<!-- Look later how it adjusts
<picture>
<source media="(min-width: 1800px)" srcset="downloads/джипег-large.jpg">
<source media="(max-width: 1400px)" srcset="downloads/джипег.jpg">
<img src="downloads/джипег.jpg" alt="My logo">
</picture>
<p><strong>Note:</strong> Open the output in a new blank tab (Click the arrow next to "Show Output" button) and resize the browser window to understand how it actually works.</p>
-->
</body>
</html>