Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YSayaovong authored Jan 3, 2025
1 parent 18cab43 commit cfb9ea1
Showing 1 changed file with 38 additions and 37 deletions.
75 changes: 38 additions & 37 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-icon-180x180.png">
<link href="assets/favicon.ico" rel="icon">
<link href="assets/favicon.ico" rel="icon">

<title>Title Page</title>
<title>Title Page</title>

<link href="main.3f6952e4.css" rel="stylesheet">
<link href="main.3f6952e4.css" rel="stylesheet">

<style>
body {
background-image: url('assets/images/data_engineer.PNG'); /* Set the background image */
background-size: cover; /* Ensure the image covers the whole page */
background-repeat: no-repeat;
background-position: center;
color: #000000; /* Black text for visibility */
}
.navbar-nav li a {
font-weight: bold;
color: #000000; /* White text for visibility */
}
.navbar-nav li a:hover {
color: #000000; /* Slightly different color for hover effect */
}
.navbar-inverse {
background-color: transparent; /* Transparent background for navbar */
border: none;
}
.hero-full-container {
background: none; /* Remove any background color to show the body image */
color: #ffffff; /* Ensure text remains white for visibility */
}
.hero-full-container .text-content h1 {
color: #ffffff; /* Ensure headings are white */
font-size: 5em; /* Increase heading size */
}
.text-content span {
font-size: 3.5em; /* Increase font size for spans */
font-weight: bold; /* Ensure the text remains bold */
}
</style>
<style>
body {
background-image: url('assets/images/data_engineer.PNG'); /* Set the background image */
background-size: cover; /* Ensure the image covers the whole page */
background-repeat: no-repeat;
background-position: center;
color: #000000; /* Black text for visibility */
}
.navbar-nav li a {
font-weight: bold;
color: #000000; /* Black text */
}
.navbar-nav li a:hover {
color: #000000; /* Maintain black text for hover effect */
}
.navbar-inverse {
background-color: transparent; /* Transparent background for navbar */
border: none;
}
.hero-full-container {
background: none; /* Remove any background color to show the body image */
color: #000000; /* Black text */
}
.hero-full-container .text-content h1 {
color: #000000; /* Black headings */
font-size: 5em; /* Increase heading size */
}
.text-content span {
font-size: 3.5em; /* Increase font size for spans */
font-weight: bold; /* Ensure the text remains bold */
color: #000000; /* Black text */
}
</style>
</head>

<body class="minimal">
Expand Down Expand Up @@ -78,10 +79,10 @@
<div class="text-content">

<span id="typed-strings">
<span><b>Hello,</b>welcome to my portfolio</span>
<span><b>Hello,</b> welcome to my portfolio</span>
<span>My name is Yengkong Sayaovong</span>
<span>I am currently a Mechanical Designer</span>
<span>Currenty aspiring to become a Data Engineer</span>
<span>Currently aspiring to become a Data Engineer</span>
</span>
<span id="typed"></span>
</h1>
Expand Down

0 comments on commit cfb9ea1

Please sign in to comment.