|
1 | 1 | ---
|
2 | 2 | import Layout from "../layouts/Layout.astro";
|
3 | 3 | import Experience from "../components/Experience.astro";
|
4 |
| -import SocialMedia from "../components/SocialMedia.astro"; |
5 |
| -import { Icon } from "astro-icon"; |
6 | 4 |
|
7 | 5 | const metadata = {
|
8 | 6 | title: "Lucas Machado",
|
9 | 7 | description:
|
10 | 8 | "Lucas Machado is a software engineer who builds accessible and interactive user experiences for the web.",
|
11 | 9 | };
|
12 |
| -
|
13 |
| -const socialMedia = [ |
14 |
| - { |
15 |
| - label: "GitHub", |
16 |
| - icon: "mdi:github", |
17 |
| - url: "https://github.com/lucsmachado/", |
18 |
| - }, |
19 |
| - { |
20 |
| - label: "LinkedIn", |
21 |
| - icon: "mdi:linkedin", |
22 |
| - url: "https://www.linkedin.com/in/lucascarmac/", |
23 |
| - }, |
24 |
| - { |
25 |
| - label: "YouTube", |
26 |
| - icon: "mdi:youtube", |
27 |
| - url: "https://www.youtube.com/@lucasmachado6447/videos", |
28 |
| - }, |
29 |
| -]; |
30 | 10 | ---
|
31 | 11 |
|
32 | 12 | <Layout {...metadata}>
|
33 |
| - <div |
34 |
| - class="mx-auto min-h-screen max-w-screen-xl px-6 py-12 md:px-12 md:py-20 lg:px-24 lg:py-0 lg:flex lg:justify-between lg:gap-4" |
35 |
| - > |
36 |
| - <header |
37 |
| - class="lg:py-24 lg:sticky lg:top-0 lg:max-h-screen lg:w-1/2 lg:flex lg:flex-col lg:justify-between" |
38 |
| - > |
39 |
| - <section class="flex flex-col gap-8"> |
40 |
| - <img |
41 |
| - src="https://avatars.githubusercontent.com/u/73367620?v=4" |
42 |
| - alt="A picture of Lucas, a young man with glasses, a beard and a black t-shirt, smiling on a bright day outside" |
43 |
| - class="rounded-full aspect-square w-64" |
44 |
| - /> |
45 |
| - <div class="flex flex-col gap-2"> |
46 |
| - <h1 |
47 |
| - class="text-4xl sm:text-5xl font-bold tracking-tight text-slate-200" |
48 |
| - > |
49 |
| - Lucas Machado |
50 |
| - </h1> |
51 |
| - <h2 |
52 |
| - class="text-lg sm:text-xl font-medium tracking-tight text-slate-200" |
53 |
| - > |
54 |
| - Junior Developer |
55 |
| - </h2> |
56 |
| - <p class="max-w-sm leading-normal"> |
57 |
| - Computer Science major and full-time front-end developer. I love |
58 |
| - building interactive and accessible user experiences for the web. |
59 |
| - </p> |
60 |
| - </div> |
61 |
| - </section> |
62 |
| - <div class="pt-8"> |
63 |
| - <ul class="flex flex-wrap gap-8"> |
64 |
| - { |
65 |
| - socialMedia.map((item) => ( |
66 |
| - <li> |
67 |
| - <SocialMedia |
68 |
| - label={item.label} |
69 |
| - icon={item.icon} |
70 |
| - url={item.url} |
71 |
| - /> |
72 |
| - </li> |
73 |
| - )) |
74 |
| - } |
75 |
| - </ul> |
76 |
| - </div> |
77 |
| - </header> |
78 |
| - <main |
79 |
| - class="pt-24 lg:w-1/2 lg:py-24 lg:flex lg:flex-col lg:justify-between" |
80 |
| - > |
81 |
| - <ol class="flex flex-col gap-8"> |
82 |
| - <li> |
83 |
| - <Experience |
84 |
| - position="Junior Front-End Developer" |
85 |
| - company={{ name: "Onyma", website: "https://www.onyma.digital/" }} |
86 |
| - duration={{ start: "SEP 2023", end: "PRESENT" }} |
87 |
| - description="Promoted to a full-time developer position. Currently working on delivering new features for the company's many web apps. Recent projects include an AI-powered chatbot." |
88 |
| - skills={[ |
89 |
| - "React", |
90 |
| - "JavaScript", |
91 |
| - "TypeScript", |
92 |
| - "Next", |
93 |
| - "Redux", |
94 |
| - "Jest", |
95 |
| - "React Router", |
96 |
| - "Vite", |
97 |
| - "Scrum", |
98 |
| - "Linux", |
99 |
| - ]} |
100 |
| - /> |
101 |
| - </li> |
102 |
| - <li> |
103 |
| - <Experience |
104 |
| - position="Front-End Developer Intern" |
105 |
| - company={{ name: "Onyma", website: "https://www.onyma.digital/" }} |
106 |
| - duration={{ start: "MAR 2022", end: "AUG 2023" }} |
107 |
| - description="Started developing, maintaining, and shipping production code for a health-tech startup. Acquired hands-on experience while working on multiple projects, ranging from landing pages to interactive dashboards." |
108 |
| - skills={[ |
109 |
| - "HTML", |
110 |
| - "CSS", |
111 |
| - "JavaScript", |
112 |
| - "TypeScript", |
113 |
| - "React", |
114 |
| - "Next", |
115 |
| - "Context API", |
116 |
| - "Styled Components", |
117 |
| - "Git", |
118 |
| - "GitHub", |
119 |
| - ]} |
120 |
| - /> |
121 |
| - </li> |
122 |
| - </ol> |
123 |
| - <footer class="pt-8 flex flex-col items-center gap-8"> |
124 |
| - <p class="text-center"> |
125 |
| - Made with <Icon |
126 |
| - name="mdi:heart" |
127 |
| - class="text-white-500 w-4 inline-block hover:animate-pulse hover:text-red-500 ease-in duration-300" |
128 |
| - /> by yours truly. |
129 |
| - <br /> |
130 |
| - Built with free and open-source software. |
131 |
| - </p> |
132 |
| - <section class="w-fit grayscale hover:grayscale-0 ease-in duration-200"> |
133 |
| - <ul class="flex justify-center items-center gap-8"> |
134 |
| - <li title="React"> |
135 |
| - <Icon class="w-8" name="logos:react" /> |
136 |
| - </li> |
137 |
| - <li title="Tailwind CSS"> |
138 |
| - <Icon class="w-8" name="logos:tailwindcss-icon" /> |
139 |
| - </li> |
140 |
| - <li title="Astro"> |
141 |
| - <Icon class="w-8" name="vscode-icons:file-type-astro" /> |
142 |
| - </li> |
143 |
| - <li title="Neovim"> |
144 |
| - <Icon class="w-24" name="logos:neovim" /> |
145 |
| - </li> |
146 |
| - </ul> |
147 |
| - </section> |
148 |
| - </footer> |
149 |
| - </main> |
150 |
| - </div> |
| 13 | + <ol class="flex flex-col gap-8"> |
| 14 | + <li> |
| 15 | + <Experience |
| 16 | + position="Junior Front-End Developer" |
| 17 | + company={{ name: "Onyma", website: "https://www.onyma.digital/" }} |
| 18 | + duration={{ start: "SEP 2023", end: "PRESENT" }} |
| 19 | + description="Promoted to a full-time developer position. Currently working on delivering new features for the company's many web apps. Recent projects include an AI-powered chatbot." |
| 20 | + skills={[ |
| 21 | + "React", |
| 22 | + "JavaScript", |
| 23 | + "TypeScript", |
| 24 | + "Next", |
| 25 | + "Redux", |
| 26 | + "Jest", |
| 27 | + "React Router", |
| 28 | + "Vite", |
| 29 | + "Scrum", |
| 30 | + "Linux", |
| 31 | + ]} |
| 32 | + /> |
| 33 | + </li> |
| 34 | + <li> |
| 35 | + <Experience |
| 36 | + position="Front-End Developer Intern" |
| 37 | + company={{ name: "Onyma", website: "https://www.onyma.digital/" }} |
| 38 | + duration={{ start: "MAR 2022", end: "AUG 2023" }} |
| 39 | + description="Started developing, maintaining, and shipping production code for a health-tech startup. Acquired hands-on experience while working on multiple projects, ranging from landing pages to interactive dashboards." |
| 40 | + skills={[ |
| 41 | + "HTML", |
| 42 | + "CSS", |
| 43 | + "JavaScript", |
| 44 | + "TypeScript", |
| 45 | + "React", |
| 46 | + "Next", |
| 47 | + "Context API", |
| 48 | + "Styled Components", |
| 49 | + "Git", |
| 50 | + "GitHub", |
| 51 | + ]} |
| 52 | + /> |
| 53 | + </li> |
| 54 | + </ol> |
151 | 55 | </Layout>
|
0 commit comments