Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erlisakulla committed Apr 19, 2021
1 parent 5411add commit 35f067b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
## TODO
- [ ] Update CV
- [ ] Fix responsive issues: projects and about padding
- [ ] Add more colors from the color theme
- [ ] Colorful navs on hover
- [X] Make the website content responsive
- [X] Make navbar responsive
Expand All @@ -25,20 +24,21 @@
- [ ] Add sticky social media icons to the side
- [ ] Add close icon to responsive navbar
- [ ] Add dark mode option
- [ ] Fix work and education images on responsive site
- [ ] Add images to Projects - add icons of frameworks

## Styles
* Fonts: Poppins, IBM Plex Serif
* Color theme: pink, blue, dark grey
* Add minisection navigation in each page
* Scroll to top option
* Inspo from Bridge website https://bridgelanding.qodeinteractive.com
* Sticky navbar on scroll
* Using components from Material UI (Grid, Timeline, Paper, Ant Design (Card, Col, Row, Button) Design, React Bootstrap (Navbar), Feather Icons, react-icons

## Website Structure

### Navbar
- [X] Link to download resume
- [X] Sticky
- [X] Responsive

### Intro
* [X] Image
Expand Down Expand Up @@ -71,7 +71,7 @@
- [X] Contact me form that sends emails using EmailJS

### Blog
- [ ] Create blog page
- [ ] Create blog page using markdown

### Footer
- [X] Navigation links
Expand Down
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101311867);</script>
<script async src="//static.getclicky.com/js"></script>

<title>Erlisa Kulla</title>
</head>
<body>
Expand Down
11 changes: 0 additions & 11 deletions src/main/sections/CanDo.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export const CanDoList = () => {
<div className="just-icons" id="backend-icons">
<SiCplusplus size={25}/>
<DiMysql size={25}/>
<DiJava size={25}/>
<DiPython size={25}/>
<SiDjango size={25}/>
<DiJava size={25}/>
Expand Down Expand Up @@ -241,16 +240,6 @@ export const CanDoList = () => {
</Tooltip>
</Grid>

<Grid item xs={2}>
<DiJava size={25}/>
</Grid>
<Grid item xs={10}>
Java
<Tooltip title="6/10" placement="right" arrow>
<Progress percent={60} showInfo={false} strokeColor="grey" trailColor="#dbdbdb"/>
</Tooltip>
</Grid>

<Grid item xs={2}>
<DiPython size={25}/>
</Grid>
Expand Down

0 comments on commit 35f067b

Please sign in to comment.