Skip to content

Commit

Permalink
Refactor file paths and imports in public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
evanalif113 committed Oct 31, 2024
1 parent e9d8098 commit 76f7a97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a href="./index.html">Beranda</a>
<a href="./research.html">Riset</a>
<a href="./team.html">Tim Kami</a>
<a href="#" id="dataLink">Data</a>
<a href="./data.html">Data</a>
<a class="active">Grafik</a>
<img src="./img/logo.png" alt="Logo" class="logo"> <!-- Menambahkan logo -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!--reference for favicon-->
<link rel="icon" type="image/png" href="./img/logo.png">
<link rel="stylesheet" type="text/css" href="./style/chart.css">
<link rel="stylesheet" type="text/css" href="./style/style.css">
<title>Pusat Data Iklim Jerukagung Seismologi</title>
</head>
<body>
Expand Down
4 changes: 3 additions & 1 deletion public/style/chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ html {

body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
background: url(../img/trianglify.png);
background-size: fill;
color: #333;
margin-top: 60px; /* Memberi ruang agar konten tidak tertutup oleh navbar */
}
Expand All @@ -81,6 +82,7 @@ body {
width: 96%;
margin: 0 auto;
padding: 20px;
border-radius: 10px; /* Menambahkan properti border-radius */
}

.chart-container {
Expand Down
2 changes: 1 addition & 1 deletion public/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ html {
body {
font-family: Arial, sans-serif;
background: url(../img/trianglify.png);
background-size: cover;
background-size: fill;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit 76f7a97

Please sign in to comment.