Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
slishnevsky committed Jun 2, 2024
1 parent f563a3c commit b1d2879
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
Binary file modified assets/001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/004.jpg
Binary file not shown.
Binary file removed assets/005.jpg
Binary file not shown.
Binary file removed assets/006.jpg
Binary file not shown.
Binary file removed assets/007.jpg
Binary file not shown.
Binary file added assets/favicon.ico
Binary file not shown.
Binary file removed assets/home.png
Binary file not shown.
Binary file removed assets/phone1.jpg
Binary file not shown.
Binary file removed assets/phone2.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Homepage</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="assets/home.png" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
body {
padding-top: 70px;
padding-bottom: 30px;
background: url("assets/001.jpg") no-repeat fixed;
background: url("assets/002.jpg") no-repeat fixed;
font-family: "Arial" !important;
background-position: 0px -160px;
}

.navbar {
Expand Down

0 comments on commit b1d2879

Please sign in to comment.