-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head><title>Fraddy Gil</title>
<style>
body {
background-image: url('1-bg-white-transparent-w-out-bg.png');
background-repeat: no-repeat;
background-size: cover; /* Adjust as needed to cover the entire screen */
background-position: center center; /* Center the background image */
background-size: 50%;
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
}
header {
background-color: #333;
padding: 20px 0;
text-align: center;
opacity: 0.8; /* Adjust the opacity as needed */
}
header img {
width:80px; /* Adjust the width of your logo */
height: auto;
}
/* Add other styles for the rest of your webpage as needed */
</style>
</head>
<code>
fraddygil@www ~ $ ls -l<br>
total 33<br>
drwxr-xr-x 2 fraddygil fraddygil 4096 Sep 9 2016 <a href="#">blog/</a><br>
drwxr-xr-x 2 fraddygil fraddygil 4096 Oct 2 2013 <a href="https://github.com/">github/</a><br>
drwxr-xr-x 2 fraddygil fraddygil 4096 Oct 1 2013 <a href="#">linkedin/</a><br>
-rw-r--r-- 2 fraddygil fraddygil 4096 Jan 17 2023 <a href="fraddy_gil_resume.pdf">fraddy_gil_resume.pdf</a><br>
drwxr-xr-x 2 fraddygil fraddygil 4096 Oct 1 2013 <a href="#">twitter/</a><br>
drwxr-xr-x 2 fraddygil fraddygil 4096 Dec 11 2018 <a href="#">youtube/</a><br>
</code>
</body>
</html>