Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit a60036b

Browse files
authored
Merge pull request #28 from co16353sidak/master
Added svg icons of languages, fixed some css, grammar and added roboto fonts.
2 parents e44967a + 3ec7b85 commit a60036b

File tree

14 files changed

+199
-25
lines changed

14 files changed

+199
-25
lines changed

css/style.css

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ a:not(.github):hover {
2828
}
2929

3030
p {
31-
font-size: 20px;
31+
font-family: 'Roboto';
32+
font-weight: 300;
33+
font-size: 23px;
34+
text-align: center;
3235
}
3336

3437
.name {
@@ -51,10 +54,6 @@ p {
5154
color: #445978;
5255
}
5356

54-
.container header a {
55-
56-
}
57-
5857
main {
5958
padding: 1em;
6059
}
@@ -65,4 +64,16 @@ main::after {
6564
left: 300px;
6665
color: #445978;
6766
font-size: 44px;
68-
}
67+
}
68+
69+
70+
div.grid {
71+
text-align: center;
72+
display: grid;
73+
grid-template-columns: 1fr 1fr 1fr 1fr;
74+
}
75+
76+
div.grid-item {
77+
margin-bottom: 20px;
78+
margin-top: 10px;
79+
}

images/svg/c-lang.svg

Lines changed: 9 additions & 0 deletions
Loading

images/svg/c-sharp-lang.svg

Lines changed: 12 additions & 0 deletions
Loading

images/svg/cpp-lang.svg

Lines changed: 13 additions & 0 deletions
Loading

images/svg/golang.svg

Lines changed: 33 additions & 0 deletions
Loading

images/svg/java.svg

Lines changed: 13 additions & 0 deletions
Loading

images/svg/javascript.svg

Lines changed: 7 additions & 0 deletions
Loading

images/svg/matlab.png

133 KB
Loading

images/svg/python.svg

Lines changed: 7 additions & 0 deletions
Loading

images/svg/r-lang.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)