Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 22 additions & 68 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,69 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">

<!--=============== REMIXICONS ===============-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.4.0/remixicon.css" crossorigin="">

<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">

<title>Responsive portfolio website Rian - Bedimcode</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">

</header>

<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">

</section>

<!--==================== ABOUT ====================-->
<section class="about section" id="about">

</section>

<!--==================== SERVICES ====================-->
<section class="services section">

</section>

<!--==================== PROJECTS ====================-->
<section class="projects section" id="projects">

</section>

<!--==================== CONTACT ====================-->
<section class="contact section" id="contact">

</section>
</main>

<!--==================== FOOTER ====================-->
<footer class="footer">

</footer>

<!--========== SCROLL UP ==========-->


<!--=============== SCROLLREVEAL ===============-->
<script src=""></script>

<!--=============== EMAIL JS ===============-->


<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.4.0/remixicon.css" crossorigin="">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Responsive Portfolio | Rian</title>
</head>
<body>
<header class="header" id="header"></header>
<main class="main">
<section class="home section" id="home"></section>
<section class="about section" id="about"></section>
<section class="services section"></section>
<section class="projects section" id="projects"></section>
<section class="contact section" id="contact"></section>
</main>
<footer class="footer"></footer>
<script src="assets/js/main.js"></script>
</body>
</html>