Readme

🌊 🐟 An under the sea resume theme 🐚 πŸ™

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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
export const oceanTheme = {
fontLink: `<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">`,
styles: `
/* General styles */
body {
padding: 5px;
line-height: 1.6;
color: #052e16;
text-align: left;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
background: linear-gradient(to top, #2e8b57, #87ceeb);
overflow-x: hidden;
position: relative;
}
a {
color: inherit;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
/* Header styles */
header {
margin-top: 8px;
margin-bottom: 12px;
text-align: left;
}
header .intro {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 16px;
align-items: center;
margin-bottom: 8px;
}
header .intro h3 {
padding: 6px;
background-color: #16a34a;
color: white;
margin: 0;
}
.links {
display: flex;
flex-direction: row;
gap: 10px;
flex-wrap: wrap;
margin-top: 2px;
}
/* Section styles */
section {
margin-bottom: 12px;
}
section h2 {
border-bottom: 1px solid #052e16;
padding-bottom: 5px;
margin-bottom: 12px;
}
/* Highlights styles */
.highlights {
display: flex;
flex-direction: column;
gap: 8px;
}
.highlight-item {
display: flex;
align-items: flex-start;
}
.highlight-item::before {
content: "β€’";
color: #052e16;
font-weight: bold;
display: inline-block;
width: 10px;
margin-right: 4px;
}
/* Reduce margin for headings and paragraphs */
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}
/* List Reset */
ul {
list-style: none;
padding: 0;
}
li {
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
June 12, 2024