Skip to content

Commit

Permalink
feat: html update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leuthra committed Feb 23, 2024
1 parent 2124da3 commit ccf9d51
Show file tree
Hide file tree
Showing 11 changed files with 230 additions and 230 deletions.
447 changes: 220 additions & 227 deletions api.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@ h1, h2, h3, h4, h5, h6 {
#header .profile img {
margin: 15px auto;
display: block;
width: 120px;
width: 125px;
border: 8px solid #2c2f3f;
}

#header .profile img {
height: 120px
}

#header .profile h1 {
font-size: 24px;
margin: 0;
Expand Down Expand Up @@ -206,7 +210,7 @@ h1, h2, h3, h4, h5, h6 {
#hero {
width: 100%;
height: 100vh;
background: url("../img/romi1.png") top center;
background: url("../img/background2.webp") top center;
background-size: cover;
}

Expand Down Expand Up @@ -265,6 +269,9 @@ h1, h2, h3, h4, h5, h6 {
line-height: 24px;
margin-bottom: 30px;
}
.me-sc {
margin-left: -20px
}
}

/*--------------------------------------------------------------
Expand Down
Binary file added assets/img/acrepair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/background2.webp
Binary file not shown.
Binary file added assets/img/inc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/lks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/maritory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pixie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/romidev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>Romi Muharom · IT Enthusiast</title>
<meta property="og:site_name" name="og:site_name" content="Romi Muharom" />
<meta property="og:title" name="og:title" content="Romi Muharom" />
<meta property="og:url" name="og:url" content="https://wa.me/6289638023602/" />
<meta property="og:url" name="og:url" content="https://romidev.me" />
<meta property="og:author" name="og:author" content="Romi Muharom" />
<meta property="og:image" name="og:image" content="public/background.png" />
<meta property="og:description" name="og:description" content="An online portfolio featuring a showcase of my projects and some thoughts as a Front-End Engineer who loves intuitive, clean and modern UI design." />
Expand Down
Binary file added public/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ccf9d51

Please sign in to comment.