Skip to content

Commit 3bfca35

Browse files
authored
Merge pull request #1 from kmadsdev/portifolio
adding portifolio
2 parents f7ad261 + 418fe65 commit 3bfca35

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/home/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=/">
5+
</head>
6+
</html>

docs/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>kmadsdev</title>
7+
<link rel="stylesheet" href="style.css">
8+
<link rel="icon" href="assets/favicon.png" type="image/png">
9+
</head>
10+
<body>
11+
Hello, world!<br>
12+
gonna put something here later
13+
</body>
14+
</html>

docs/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
margin: 40px;
4+
background-color: #242424;
5+
color: #fff;
6+
}
7+

0 commit comments

Comments
 (0)