Skip to content

Commit

Permalink
resume
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinszumowski committed May 23, 2018
1 parent 8715fd8 commit bc1b1d4
Show file tree
Hide file tree
Showing 34 changed files with 8 additions and 12,485 deletions.
1 change: 0 additions & 1 deletion css/resume.min.css

This file was deleted.

138 changes: 0 additions & 138 deletions gulpfile.js

This file was deleted.

16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<title>Resume - Marcin Szumowski</title>

<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">

<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">

<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<link href="css/resume.css" rel="stylesheet">

</head>

Expand Down Expand Up @@ -201,14 +201,14 @@ <h2 class="mb-5">Mocne strony</h2>
</div>

<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/jquery/jquery.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.js"></script>

<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/jquery-easing/jquery.easing.js"></script>

<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
<script src="js/resume.js"></script>

</body>

Expand Down
1 change: 0 additions & 1 deletion js/resume.min.js

This file was deleted.

Loading

0 comments on commit bc1b1d4

Please sign in to comment.