Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dondid authored Dec 5, 2024
1 parent 1a3d243 commit de523a3
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 0 deletions.
Binary file added assets/eu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions html-web-log/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# html-web-log
Binary file added html-web-log/assets/eu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions html-web-log/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>dondid</title>
<link rel="stylesheet" href="style.css" />
</head>

<body>
<a href="./public/ro.html">Apasă</a>
</body>
</html>
3 changes: 3 additions & 0 deletions html-web-log/public/eng.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p {
color: blue;
}
16 changes: 16 additions & 0 deletions html-web-log/public/eng.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>dondid</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a href="./public/ro.html">Apasă</a>
<p>
<a href="./public/ro.html">Română</a>
<a href="./public/eng.html">Engleză</a>
<h1>My first blog</h1>
<h2>My first blog</h2>
</p>
</body>
</html>
3 changes: 3 additions & 0 deletions html-web-log/public/ro.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p {
color: red;
}
15 changes: 15 additions & 0 deletions html-web-log/public/ro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
</head>

<body>
<h1>Primul mmeu blog</h1>
<p>
Exercițiul de a scrie un blog este unul care îmi place foarte mult. Acesta
este un blog personal, în care îmi exprim opiniile și gândurile.
</p>
<p><a href="about.php">About</a></p>
</body>
</html>
9 changes: 9 additions & 0 deletions html-web-log/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
a {
color: rgb(255, 0, 0);
font-size: 40px;
text-decoration: none;
align-items: center;
justify-content: center;
display: flex;
height: 100vh;
}
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>dondid</title>
<link rel="stylesheet" href="style.css" />
</head>

<body>
<a href="./public/ro.html">Apasă</a>
</body>
</html>
3 changes: 3 additions & 0 deletions public/eng.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p {
color: blue;
}
16 changes: 16 additions & 0 deletions public/eng.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>dondid</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a href="./public/ro.html">Apasă</a>
<p>
<a href="./public/ro.html">Română</a>
<a href="./public/eng.html">Engleză</a>
<h1>My first blog</h1>
<h2>My first blog</h2>
</p>
</body>
</html>
3 changes: 3 additions & 0 deletions public/ro.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p {
color: red;
}
15 changes: 15 additions & 0 deletions public/ro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
</head>

<body>
<h1>Primul mmeu blog</h1>
<p>
Exercițiul de a scrie un blog este unul care îmi place foarte mult. Acesta
este un blog personal, în care îmi exprim opiniile și gândurile.
</p>
<p><a href="../index.html">About</a></p>
</body>
</html>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
a {
color: rgb(255, 0, 0);
font-size: 40px;
text-decoration: none;
align-items: center;
justify-content: center;
display: flex;
height: 100vh;
}

0 comments on commit de523a3

Please sign in to comment.