Skip to content

Commit 3aa2589

Browse files
committed
updated website path to /docs
1 parent f3a7761 commit 3aa2589

17 files changed

+89
-89
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+89-89
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
1-
body {
2-
font-family: 'Arial', sans-serif;
3-
margin: 0;
4-
padding: 0;
5-
background-color: #f0f0f0;
6-
}
7-
8-
nav.navbar {
9-
background-color: #333;
10-
padding: 10px;
11-
}
12-
13-
nav .menu-icon {
14-
cursor: pointer;
15-
color: #fff;
16-
}
17-
18-
nav .menu {
19-
list-style: none;
20-
padding: 0;
21-
margin: 0;
22-
display: none;
23-
}
24-
25-
nav .menu li {
26-
display: block;
27-
margin: 10px 0;
28-
}
29-
30-
nav a {
31-
text-decoration: none;
32-
color: #fff;
33-
}
34-
35-
header {
36-
display: flex;
37-
align-items: center;
38-
background-color: #333;
39-
color: #fff;
40-
padding: 10px;
41-
}
42-
43-
.profile-picture {
44-
border-radius: 50%;
45-
margin-right: 10px;
46-
}
47-
48-
.header-content {
49-
flex: 1;
50-
}
51-
52-
header h1 {
53-
margin: 0;
54-
}
55-
56-
section {
57-
max-width: 800px;
58-
margin: 20px auto;
59-
padding: 20px;
60-
background-color: #fff;
61-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
62-
}
63-
64-
ul {
65-
list-style: none;
66-
padding: 0;
67-
}
68-
69-
li {
70-
margin-bottom: 10px;
71-
}
72-
73-
a {
74-
text-decoration: none;
75-
color: #007BFF;
76-
}
77-
78-
a:hover {
79-
text-decoration: underline;
80-
}
81-
82-
footer {
83-
text-align: center;
84-
padding: 10px;
85-
background-color: #333;
86-
color: #fff;
87-
position: fixed;
88-
bottom: 0;
89-
width: 100%;
1+
body {
2+
font-family: 'Arial', sans-serif;
3+
margin: 0;
4+
padding: 0;
5+
background-color: #f0f0f0;
6+
}
7+
8+
nav.navbar {
9+
background-color: #333;
10+
padding: 10px;
11+
}
12+
13+
nav .menu-icon {
14+
cursor: pointer;
15+
color: #fff;
16+
}
17+
18+
nav .menu {
19+
list-style: none;
20+
padding: 0;
21+
margin: 0;
22+
display: none;
23+
}
24+
25+
nav .menu li {
26+
display: block;
27+
margin: 10px 0;
28+
}
29+
30+
nav a {
31+
text-decoration: none;
32+
color: #fff;
33+
}
34+
35+
header {
36+
display: flex;
37+
align-items: center;
38+
background-color: #333;
39+
color: #fff;
40+
padding: 10px;
41+
}
42+
43+
.profile-picture {
44+
border-radius: 50%;
45+
margin-right: 10px;
46+
}
47+
48+
.header-content {
49+
flex: 1;
50+
}
51+
52+
header h1 {
53+
margin: 0;
54+
}
55+
56+
section {
57+
max-width: 800px;
58+
margin: 20px auto;
59+
padding: 20px;
60+
background-color: #fff;
61+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
62+
}
63+
64+
ul {
65+
list-style: none;
66+
padding: 0;
67+
}
68+
69+
li {
70+
margin-bottom: 10px;
71+
}
72+
73+
a {
74+
text-decoration: none;
75+
color: #007BFF;
76+
}
77+
78+
a:hover {
79+
text-decoration: underline;
80+
}
81+
82+
footer {
83+
text-align: center;
84+
padding: 10px;
85+
background-color: #333;
86+
color: #fff;
87+
position: fixed;
88+
bottom: 0;
89+
width: 100%;
9090
}

0 commit comments

Comments
 (0)