Skip to content

Commit 8a416e3

Browse files
committed
aaaaaaaaaa fixes
fixes dumb files locations
1 parent fb1b8e5 commit 8a416e3

7 files changed

Lines changed: 45 additions & 31 deletions

File tree

csharp.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<title>My website</title>
7-
<link rel="stylesheet" href="/css/core.css">
7+
<link rel="stylesheet" href="css/core.css">
88
</head>
99
<body>
1010
<div class="wrapper">
@@ -17,15 +17,15 @@ <h1>header</h1>
1717
<li><a href="java.html">Java</a></li>
1818
<li><a href="csharp.html">C#</a></li>
1919
<li><a href="javascript.html">javascript</a></li>
20-
<li><a href="other.html">Other</a></li>
20+
<li><a href="unix.html">Unix</a></li>
2121
</ul>
2222
</nav>
2323
</header>
2424

2525
<section class="program">
2626
<article >
2727
<figure>
28-
<img src="/image/bigboy.jpg" alt="me, haha">
28+
<img src="image/bigboy.jpg" alt="me, haha">
2929
<figcaption>Me</figcaption>
3030
</figure>
3131
<hgroup>

css/core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ header, section, footer, aside, nav, article, figure, figcaption {
44
body {
55
color: #666666;
66
background-color: #f9f8f6;
7-
background-image: url("/image/background.jpg");
7+
background-image: url("../image/background.jpg");
88
background-position: center;
99
font-family: Georgia, Times, serif;
1010
line-height: 1.4em;
@@ -24,7 +24,7 @@ p{
2424

2525
header {
2626
height: 230px;
27-
background-image: url(/image/header.png);
27+
background-image: url(../image/header.png);
2828
}
2929

3030
h1 {

html.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<title>My website</title>
7-
<link rel="stylesheet" href="/css/core.css">
7+
<link rel="stylesheet" href="css/core.css">
88
</head>
99
<body>
1010
<div class="wrapper">
@@ -17,15 +17,15 @@ <h1>header</h1>
1717
<li><a href="java.html">Java</a></li>
1818
<li><a href="csharp.html">C#</a></li>
1919
<li><a href="javascript.html">javascript</a></li>
20-
<li><a href="other.html">Other</a></li>
20+
<li><a href="unix.html">Unix</a></li>
2121
</ul>
2222
</nav>
2323
</header>
2424

2525
<section class="program">
2626
<article >
2727
<figure>
28-
<img src="/image/bigboy.jpg" alt="me, haha">
28+
<img src="image/bigboy.jpg" alt="me, haha">
2929
<figcaption>Me</figcaption>
3030
</figure>
3131
<hgroup>
@@ -38,22 +38,22 @@ <h4>You can edit the css code here !</h4>
3838
</hgroup>
3939
</article>
4040
<style contenteditable="true"
41-
style="display: block;
42-
white-space: pre;">
43-
*{transition: all 0.2s;}
44-
style{
45-
background-color: #BADA55;
46-
color: black;
47-
font-family: Georgia, Times, serif;
48-
margin: auto;
49-
padding: 0%;
41+
style="display: block; white-space: pre;">
42+
43+
*{transition: all 0.2s;}
44+
style{
45+
background-color: #BADA55;
46+
color: black;
47+
font-family: Georgia, Times, serif;
48+
margin: auto;
49+
padding: 0%;
5050

5151

5252

5353

5454

55-
}
56-
</style>
55+
}
56+
</style>
5757
</section>
5858

5959
<footer>Nabil's website thingy</footer>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<title>My website</title>
7-
<link rel="stylesheet" href="/css/core.css">
7+
<link rel="stylesheet" href="css/core.css">
88
</head>
99
<body>
1010
<div class="wrapper">
@@ -17,15 +17,15 @@ <h1>header</h1>
1717
<li><a href="java.html">Java</a></li>
1818
<li><a href="csharp.html">C#</a></li>
1919
<li><a href="javascript.html">javascript</a></li>
20-
<li><a href="other.html">Other</a></li>
20+
<li><a href="unix.html">Unix</a></li>
2121
</ul>
2222
</nav>
2323
</header>
2424

2525
<section class="program">
2626
<article >
2727
<figure>
28-
<img src="/image/bigboy.jpg" alt="me, haha">
28+
<img src="image/bigboy.jpg" alt="me, haha">
2929
<figcaption>funny dolphin</figcaption>
3030
</figure>
3131
<hgroup>

java.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<title>My website</title>
7-
<link rel="stylesheet" href="/css/core.css">
7+
<link rel="stylesheet" href="css/core.css">
88
</head>
99
<body>
1010
<div class="wrapper">
@@ -17,15 +17,15 @@ <h1>header</h1>
1717
<li><a href="java.html">Java</a></li>
1818
<li><a href="csharp.html">C#</a></li>
1919
<li><a href="javascript.html">javascript</a></li>
20-
<li><a href="other.html">Other</a></li>
20+
<li><a href="unix.html">Unix</a></li>
2121
</ul>
2222
</nav>
2323
</header>
2424

2525
<section class="program">
2626
<article >
2727
<figure>
28-
<img src="/image/bigboy.jpg" alt="me, haha">
28+
<img src="image/bigboy.jpg" alt="me, haha">
2929
<figcaption>Me</figcaption>
3030
</figure>
3131
<hgroup>

javascript.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<title>My website</title>
7-
<link rel="stylesheet" href="/css/core.css">
7+
<link rel="stylesheet" href="css/core.css">
88
</head>
99
<body>
1010
<div class="wrapper">
@@ -17,15 +17,15 @@ <h1>header</h1>
1717
<li><a href="java.html">Java</a></li>
1818
<li><a href="csharp.html">C#</a></li>
1919
<li><a href="javascript.html">javascript</a></li>
20-
<li><a href="other.html">Other</a></li>
20+
<li><a href="unix.html">Unix</a></li>
2121
</ul>
2222
</nav>
2323
</header>
2424

2525
<section class="program">
2626
<article >
2727
<figure>
28-
<img src="/image/bigboy.jpg" alt="me, haha">
28+
<img src="image/bigboy.jpg" alt="me, haha">
2929
<figcaption>Me</figcaption>
3030
</figure>
3131
<hgroup>
@@ -36,6 +36,20 @@ <h2>Programming</h2> <br/>
3636
</p>
3737
</hgroup>
3838
</article>
39+
<script contenteditable="true"
40+
style="display: block; white-space: pre;">
41+
42+
function testLogin(){
43+
var nameSize = document.getElementById("user").ariaValueMax.length
44+
console.warn("" + nameSize);
45+
46+
47+
}
48+
49+
50+
51+
52+
</script>
3953
</section>
4054

4155
<footer>Nabil's website thingy</footer>

other.html renamed to unix.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<title>My website</title>
7-
<link rel="stylesheet" href="/css/core.css">
7+
<link rel="stylesheet" href="css/core.css">
88
</head>
99
<body>
1010
<div class="wrapper">
@@ -17,15 +17,15 @@ <h1>header</h1>
1717
<li><a href="java.html">Java</a></li>
1818
<li><a href="csharp.html">C#</a></li>
1919
<li><a href="javascript.html">javascript</a></li>
20-
<li><a href="other.html">Other</a></li>
20+
<li><a href="unix.html">Unix</a></li>
2121
</ul>
2222
</nav>
2323
</header>
2424

2525
<section class="program">
2626
<article >
2727
<figure>
28-
<img src="/image/bigboy.jpg" alt="me, haha">
28+
<img src="image/bigboy.jpg" alt="me, haha">
2929
<figcaption>Me</figcaption>
3030
</figure>
3131
<hgroup>

0 commit comments

Comments
 (0)