Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
erlisakulla committed Apr 19, 2021
1 parent 35f067b commit efe7b48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.erlisakulla.com
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
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>
<!-- <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>
Expand Down
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#ffffff",
"CNAME": "www.erlisakulla.com"
}
2 changes: 1 addition & 1 deletion src/main/sections/Experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function CustomizedTimeline() {
<img id="bmw-logo" src={bmw} alt="bmw-logo"/>
</Grid>
<Grid item xs={12} sm={9}>
<h5>Software Engineering Intern</h5>
<h5>Incoming Software Engineering Intern</h5>
<p>
<i style={{fontSize:'14px'}}>Munich, Germany</i><br/>
<a className="weblink" target="_blank" rel="noreferrer" href="http://www.bmwgroup.de"><FiGlobe/></a> BMW Group
Expand Down

0 comments on commit efe7b48

Please sign in to comment.