Skip to content

Commit

Permalink
Remove dist from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thevahidal committed Dec 28, 2023
1 parent 2a13d78 commit 2dff3c5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down
5 changes: 5 additions & 0 deletions dist/css/pico.min.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* {
text-align: center;
}

.avatar {
border-radius: 50%;
width: 100px;
height: 100px;
objet-fit: cover;
}

.section {
margin-bottom: var(--block-spacing-vertical);
}
Binary file added dist/img/me.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dff3c5

Please sign in to comment.