Skip to content

Commit 837ebd8

Browse files
committed
modified: assets/css/input.css
modified: assets/css/output.css new file: assets/images/paper-plane.webp new file: assets/images/precious-gem.webp
1 parent fa8d8d3 commit 837ebd8

8 files changed

Lines changed: 98 additions & 21 deletions

File tree

assets/css/input.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
}
6868

6969
.bg-surface {
70-
background-color: var(--surface);
70+
background-color: var(--surface-1);
7171
}
7272

7373
.bg-surface2 {
74-
background-color: var(--surface2);
74+
background-color: var(--surface-2);
7575
}
7676

7777
.bg-primary {

assets/css/output.css

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
88
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
99
"Courier New", monospace;
10+
--color-blue-500: oklch(62.3% 0.214 259.815);
1011
--spacing: 0.25rem;
12+
--text-base: 1rem;
13+
--text-base--line-height: calc(1.5 / 1);
1114
--default-transition-duration: 150ms;
1215
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1316
--default-font-family: var(--font-sans);
@@ -274,6 +277,15 @@
274277
.table {
275278
display: table;
276279
}
280+
.h-23 {
281+
height: calc(var(--spacing) * 23);
282+
}
283+
.h-25 {
284+
height: calc(var(--spacing) * 25);
285+
}
286+
.w-25 {
287+
width: calc(var(--spacing) * 25);
288+
}
277289
.flex-shrink {
278290
flex-shrink: 1;
279291
}
@@ -286,12 +298,24 @@
286298
.grow {
287299
flex-grow: 1;
288300
}
301+
.border-collapse {
302+
border-collapse: collapse;
303+
}
289304
.transform {
290305
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
291306
}
292307
.resize {
293308
resize: both;
294309
}
310+
.flex-col {
311+
flex-direction: column;
312+
}
313+
.items-center {
314+
align-items: center;
315+
}
316+
.justify-between {
317+
justify-content: space-between;
318+
}
295319
.truncate {
296320
overflow: hidden;
297321
text-overflow: ellipsis;
@@ -300,10 +324,38 @@
300324
.rounded {
301325
border-radius: 0.25rem;
302326
}
327+
.rounded-full {
328+
border-radius: calc(infinity * 1px);
329+
}
303330
.border {
304331
border-style: var(--tw-border-style);
305332
border-width: 1px;
306333
}
334+
.bg-blue-500 {
335+
background-color: var(--color-blue-500);
336+
}
337+
.px-54 {
338+
padding-inline: calc(var(--spacing) * 54);
339+
}
340+
.px-54\.75 {
341+
padding-inline: calc(var(--spacing) * 54.75);
342+
}
343+
.px-\[219px\] {
344+
padding-inline: 219px;
345+
}
346+
.pt-19 {
347+
padding-top: calc(var(--spacing) * 19);
348+
}
349+
.pt-19\.75 {
350+
padding-top: calc(var(--spacing) * 19.75);
351+
}
352+
.pt-\[79px\] {
353+
padding-top: 79px;
354+
}
355+
.text-base {
356+
font-size: var(--text-base);
357+
line-height: var(--tw-leading, var(--text-base--line-height));
358+
}
307359
.lowercase {
308360
text-transform: lowercase;
309361
}
@@ -317,6 +369,9 @@
317369
--tw-ordinal: ordinal;
318370
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
319371
}
372+
.underline {
373+
text-decoration-line: underline;
374+
}
320375
.shadow {
321376
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
322377
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -357,6 +412,11 @@
357412
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
358413
transition-duration: var(--tw-duration, var(--default-transition-duration));
359414
}
415+
.md\:flex-row {
416+
@media (width >= 48rem) {
417+
flex-direction: row;
418+
}
419+
}
360420
}
361421
@font-face {
362422
font-family: "Sekuya";
@@ -404,10 +464,10 @@
404464
background-color: var(--base);
405465
}
406466
.bg-surface {
407-
background-color: var(--surface);
467+
background-color: var(--surface-1);
408468
}
409469
.bg-surface2 {
410-
background-color: var(--surface2);
470+
background-color: var(--surface-2);
411471
}
412472
.bg-primary {
413473
background-color: var(--primary);

assets/images/paper-plane.webp

13.2 KB
Loading

assets/images/precious-gem.webp

27.6 KB
Loading

assets/js/3dAnimationThree.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
import * as THREE from "../../vendor/three/build/three.module"

assets/js/animations.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
import { gsap } from "gsap";
2-
3-
import { ScrollTrigger } from "gsap/ScrollTrigger";
4-
import { ScrollSmoother } from "gsap/ScrollSmoother";
5-
import { SplitText } from "gsap/SplitText";
1+
import { ScrollTrigger } from "../../vendor/gsap/ScrollTrigger.js";
2+
import { ScrollSmoother } from "../../vendor/gsap/ScrollSmoother.js";
3+
import { SplitText } from "../../vendor/gsap/SplitText.js";
64

75
gsap.registerPlugin(ScrollTrigger,ScrollSmoother,SplitText);
86

7+
ScrollSmoother.create({
8+
smooth: 3,
9+
effects: true
10+
});

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="">
88
<link rel="stylesheet" href="../assets/css/output.css">
99
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
10-
<title>Thiago Rodrigues</title>
10+
<title>Thiago Rodrigues - Links Úteis</title>
1111
</head>
1212
<body>
1313
<header>

links/index.html

Lines changed: 26 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)