File tree Expand file tree Collapse file tree 5 files changed +53
-41
lines changed Expand file tree Collapse file tree 5 files changed +53
-41
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< head >
3
- < title > About me</ title >
4
+ < title > octet's website / About me</ title >
4
5
< link rel ="stylesheet " href ="styles.css ">
5
6
</ head >
6
7
< body >
8
+ < header >
9
+ < h1 > octet's website / About me</ h1 >
10
+ < a id ="mb " style ="position: absolute;top: 10px;left: 500px; " href ="index.html "> home</ a >
11
+ < a id ="mb " style ="position: absolute;top: 10px;left: 600px; " href ="creations.html "> creations</ a >
12
+ </ header >
7
13
< div class ="center ">
8
- < h1 > octet's Site / About me</ h1 >
9
14
< p > Hello! I am from the USA and have a interest in computers</ p >
10
15
< p > Alot of websites have a about me but im not too sure what to put here lol</ p >
11
- < br >
12
- < br >
13
- < br >
14
- < br >
15
- < a id ="mb " href ="index.html "> go back</ a >
16
16
</ div >
17
+ < div class ="footer ">
18
+ < a href ="https://github.com/DebianProgrammer ">
19
+ < img src ="github.svg " width ="100px " height ="100px ">
20
+ </ a >
21
+ < a href ="discord.html ">
22
+ < img src ="discord.svg " width ="100px " height ="100px ">
23
+ </ a >
24
+ </ div >
17
25
</ body >
18
26
</ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< head >
3
- < title > Creations</ title >
4
+ < title > octet's website / Creations</ title >
4
5
< link rel ="stylesheet " href ="styles.css ">
5
6
</ head >
6
7
< body >
8
+ < header >
9
+ < h1 > octet's website / Creations</ h1 >
10
+ < a id ="mb " style ="position: absolute;top: 10px;left: 500px; " href ="index.html "> home</ a >
11
+ < a id ="mb " style ="position: absolute;top: 10px;left: 600px; " href ="aboutme.html "> about me</ a >
12
+ </ header >
7
13
< div class ="center ">
8
- < h1 > octet's Site / Creations</ h1 >
9
14
< a style ="color: #8ebf42 " href ="https://github.com/DebianProgrammer/netpyfile "> netpyfile -- pure python file transfer</ a >
10
15
< br >
11
16
< br >
12
17
< a style ="color: #8ebf42 " href ="https://github.com/DebianProgrammer/pyfile "> pyfile -- pure python file browser</ a >
13
- < br >
14
- < br >
15
- < br >
16
- < br >
17
- < br >
18
- < a id ="mb " href ="index.html "> go back</ a >
18
+ </ div >
19
+ < div class ="footer ">
20
+ < a href ="https://github.com/DebianProgrammer ">
21
+ < img src ="github.svg " width ="100px " height ="100px ">
22
+ </ a >
23
+ < a href ="discord.html ">
24
+ < img src ="discord.svg " width ="100px " height ="100px ">
25
+ </ a >
19
26
</ div >
20
27
</ body >
21
28
</ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< head >
3
- < title > Discord</ title >
4
+ < title > octet's website / Discord</ title >
4
5
< link rel ="stylesheet " href ="styles.css ">
5
6
</ head >
6
7
< body >
8
+ < header >
9
+ < h1 > octet's website / Discord</ h1 >
10
+ < a id ="mb " style ="position: absolute;top: 10px;left: 500px; " href ="index.html "> home</ a >
11
+ < a id ="mb " style ="position: absolute;top: 10px;left: 605px; " href ="creations.html "> creations</ a >
12
+ < a id ="mb " style ="position: absolute;top: 10px;left: 790px; " href ="aboutme.html "> about me</ a >
13
+ </ header >
7
14
< div class ="center ">
8
- < h1 > octet's Site / Discord</ h1 >
9
15
< p > octet-stream#0393</ p >
10
16
< a style ="color: #8ebf42 " href ="https://discord.gg/HjwtQnE "> Join my discord server</ a >
11
- < br >
12
- < br >
13
- < br >
14
- < br >
15
- < a id =" mb " href =" index.html " > go back < /a >
17
+ </ div >
18
+ < div class =" footer " >
19
+ < a href =" https://github.com/DebianProgrammer " >
20
+ < img src =" github.svg " width =" 100px " height =" 100px " >
21
+ </ a >
16
22
</ div >
17
23
</ body >
18
24
</ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< head >
3
- < title > octet's Website </ title >
4
+ < title > octet's website </ title >
4
5
< link rel ="stylesheet " href ="styles.css ">
5
6
</ head >
6
7
7
8
< body >
9
+ < header >
10
+ < h1 > octet's website</ h1 >
11
+ < a id ="mb " style ="position: absolute;top: 10px;left: 300px; " href ="creations.html "> creations</ a >
12
+ < a id ="mb " style ="position: absolute;top: 10px;left: 500px; " href ="aboutme.html "> about me</ a >
13
+ </ header >
8
14
< div class ="center ">
9
- < h1 > octet's Website</ h1 >
10
15
< p > welcome to my website</ p >
11
16
</ div >
12
- < div class ="buttons ">
13
- < a id ="mb " href ="creations.html "> creations</ a >
14
- < a id ="mb " href ="aboutme.html "> about me</ a >
15
- </ div >
16
17
< div class ="footer ">
17
18
< a href ="https://github.com/DebianProgrammer ">
18
19
< img src ="github.svg " width ="100px " height ="100px ">
Original file line number Diff line number Diff line change 1
- .center {
2
- position : absolute;
3
- top : 50% ;
4
- left : 50% ;
5
- margin-top : -260px ;
6
- margin-left : -150px ;
7
- }
8
-
9
1
@font-face {
10
2
font-family : 'Terminus' ;
11
3
font-style : normal;
12
4
font-weight : 400 ;
13
5
src : local ('Terminus' ), url ('https://debianprogrammer.github.io/TerminusTTF-4.49.1.ttf' ) format ('truetype' );
14
6
}
15
7
16
- .buttons {
8
+ .center {
17
9
position : absolute;
18
10
top : 50% ;
19
11
left : 50% ;
20
- margin-top : 20px ;
21
- margin-left : -140px ;
12
+ transform : translate (-50% , -50% );
22
13
}
23
14
24
15
# mb {
39
30
html {
40
31
background-image : linear-gradient (to right, # 000000, # 5e81ac );
41
32
color : white;
42
- font-weight : bold;
43
33
overflow : hidden;
44
34
font-family : "Terminus" ;
45
- font-size : 16 px ;
35
+ font-size : 9 px ;
46
36
}
47
37
48
38
.footer {
You can’t perform that action at this time.
0 commit comments