|
30 | 30 | </p> |
31 | 31 | </section> |
32 | 32 |
|
33 | | - <section class="founder-section"> |
34 | | - <h2>Founder</h2> |
35 | | - <div class="founder-card"> |
36 | | - <div class="founder-avatar"> |
| 33 | + <section class="people-section"> |
| 34 | + <h2>People Behind P8labs</h2> |
| 35 | + |
| 36 | + <div class="person"> |
| 37 | + <div class="person-avatar"> |
37 | 38 | <img |
38 | 39 | src="https://priyanshupz.github.io/priyanshu.png" |
39 | 40 | alt="Priyanshu Verma" |
40 | 41 | /> |
41 | 42 | </div> |
42 | | - <div class="founder-info"> |
| 43 | + <div class="person-info"> |
43 | 44 | <h3>Priyanshu Verma</h3> |
44 | | - <p class="founder-title">Founder & Engineer</p> |
45 | | - <p class="founder-bio"> |
46 | | - Priyanshu is a software engineer passionate about building developer |
47 | | - tools, systems software, and experimental projects. With experience |
48 | | - across web development, infrastructure, and AI, he founded P8labs to |
49 | | - explore ideas at the intersection of technology and craft. |
| 45 | + <p class="person-role">Founder</p> |
| 46 | + <p class="person-bio"> |
| 47 | + Founder of P8labs, focused on building intelligent software, |
| 48 | + developer tools, and experimental systems while leading the lab's |
| 49 | + vision and engineering direction. |
| 50 | + </p> |
| 51 | + <a |
| 52 | + href="https://priyanshupz.github.io" |
| 53 | + target="_blank" |
| 54 | + rel="noopener noreferrer">Website →</a |
| 55 | + > |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + |
| 59 | + <div class="person"> |
| 60 | + <div class="person-avatar"> |
| 61 | + <img src="/som.png" alt="Somveer Singh Verma" /> |
| 62 | + </div> |
| 63 | + <div class="person-info"> |
| 64 | + <h3>Somveer Singh Verma</h3> |
| 65 | + <p class="person-role">Strategic Advisor</p> |
| 66 | + <p class="person-bio"> |
| 67 | + Provides strategic guidance and practical business perspective to |
| 68 | + P8labs, supporting long-term thinking and validating key decisions. |
50 | 69 | </p> |
51 | | - <div class="founder-links"> |
52 | | - <a |
53 | | - href="https://priyanshupz.github.io" |
54 | | - target="_blank" |
55 | | - rel="noopener noreferrer">Portfolio</a |
56 | | - > |
57 | | - <a |
58 | | - href="https://github.com/priyanshupz" |
59 | | - target="_blank" |
60 | | - rel="noopener noreferrer">GitHub</a |
61 | | - > |
62 | | - </div> |
| 70 | + <a |
| 71 | + href="https://www.linkedin.com/in/somveer-singh-verma-66344843/" |
| 72 | + target="_blank" |
| 73 | + rel="noopener noreferrer">LinkedIn →</a |
| 74 | + > |
63 | 75 | </div> |
64 | 76 | </div> |
65 | 77 | </section> |
|
87 | 99 | </div> |
88 | 100 | </section> |
89 | 101 | {/if} |
| 102 | + |
| 103 | + <p class="closing-paragraph"> |
| 104 | + P8labs operates with a focus on thoughtful engineering, responsible |
| 105 | + experimentation, and long-term independence. We build deliberately, |
| 106 | + explore ideas with care, and share what we learn along the way. |
| 107 | + </p> |
| 108 | + |
| 109 | + <p class="closing-paragraph"> |
| 110 | + If this resonates with you and you'd like to be part of the journey, reach |
| 111 | + out at |
| 112 | + <a href="mailto:contact@p8labs.tech">contact@p8labs.tech</a>. |
| 113 | + </p> |
90 | 114 | </div> |
91 | 115 | </div> |
92 | 116 |
|
|
125 | 149 | margin-bottom: 1.5rem; |
126 | 150 | } |
127 | 151 |
|
128 | | - .founder-card { |
| 152 | + .people-section { |
| 153 | + max-width: 800px; |
| 154 | + } |
| 155 | +
|
| 156 | + .people-section h2 { |
| 157 | + margin-bottom: 60px; |
| 158 | + } |
| 159 | +
|
| 160 | + .person { |
129 | 161 | display: flex; |
130 | 162 | gap: 2rem; |
131 | | - max-width: 800px; |
132 | | - padding: 2rem; |
133 | | - border: 1px solid #e5e5e5; |
134 | | - border-radius: 8px; |
135 | | - background: #fafafa; |
| 163 | + margin-bottom: 4rem; |
136 | 164 | } |
137 | 165 |
|
138 | | - .founder-avatar { |
| 166 | + .person:last-child { |
| 167 | + margin-bottom: 0; |
| 168 | + } |
| 169 | +
|
| 170 | + .person-avatar { |
139 | 171 | flex-shrink: 0; |
140 | 172 | } |
141 | 173 |
|
142 | | - .founder-avatar img { |
| 174 | + .person-avatar img { |
143 | 175 | width: 120px; |
144 | 176 | height: 120px; |
145 | 177 | border-radius: 50%; |
146 | 178 | object-fit: cover; |
147 | | - border: 3px solid #ffffff; |
148 | 179 | } |
149 | 180 |
|
150 | | - .founder-info h3 { |
| 181 | + .person-info h3 { |
151 | 182 | font-size: 1.5rem; |
152 | 183 | font-weight: 600; |
153 | 184 | color: #1a1a1a; |
154 | | - margin-bottom: 0.25rem; |
| 185 | + margin-bottom: 0.5rem; |
155 | 186 | } |
156 | 187 |
|
157 | | - .founder-title { |
158 | | - font-size: 1rem; |
| 188 | + .person-role { |
| 189 | + font-size: 0.9375rem; |
159 | 190 | font-weight: 400; |
160 | 191 | color: #999; |
| 192 | + text-transform: uppercase; |
| 193 | + letter-spacing: 0.05em; |
161 | 194 | margin-bottom: 1rem; |
162 | 195 | } |
163 | 196 |
|
164 | | - .founder-bio { |
| 197 | + .person-bio { |
165 | 198 | font-size: 1rem; |
166 | 199 | font-weight: 300; |
167 | 200 | color: #666; |
168 | 201 | line-height: 1.7; |
169 | 202 | margin-bottom: 1.5rem; |
170 | 203 | } |
171 | 204 |
|
172 | | - .founder-links { |
173 | | - display: flex; |
174 | | - gap: 1.5rem; |
| 205 | + .person-info a { |
| 206 | + font-size: 0.9375rem; |
| 207 | + font-weight: 400; |
| 208 | + color: #1a1a1a; |
| 209 | + text-decoration: none; |
| 210 | + border-bottom: 1px solid #1a1a1a; |
175 | 211 | } |
176 | 212 |
|
177 | | - .founder-links a { |
178 | | - font-size: 0.9375rem; |
179 | | - font-weight: 500; |
180 | | - color: var(--color-accent-red); |
| 213 | + .person-info a:hover { |
| 214 | + opacity: 0.6; |
181 | 215 | } |
182 | 216 |
|
183 | 217 | .section-description { |
|
226 | 260 | color: var(--color-accent-red); |
227 | 261 | } |
228 | 262 |
|
| 263 | + .closing-paragraph { |
| 264 | + font-size: 1rem; |
| 265 | + font-weight: 300; |
| 266 | + color: #666; |
| 267 | + line-height: 1.7; |
| 268 | + max-width: 800px; |
| 269 | + margin-top: 4rem; |
| 270 | + margin-bottom: 1.5rem; |
| 271 | + } |
| 272 | +
|
| 273 | + .closing-paragraph:last-of-type { |
| 274 | + margin-bottom: 0; |
| 275 | + } |
| 276 | +
|
| 277 | + .closing-paragraph a { |
| 278 | + color: #1a1a1a; |
| 279 | + text-decoration: none; |
| 280 | + border-bottom: 1px solid #1a1a1a; |
| 281 | + } |
| 282 | +
|
| 283 | + .closing-paragraph a:hover { |
| 284 | + opacity: 0.6; |
| 285 | + } |
| 286 | +
|
229 | 287 | @media (max-width: 768px) { |
230 | 288 | .page-header h1 { |
231 | 289 | font-size: 2rem; |
|
235 | 293 | font-size: 1.5rem; |
236 | 294 | } |
237 | 295 |
|
238 | | - .founder-card { |
| 296 | + .person { |
239 | 297 | flex-direction: column; |
240 | | - align-items: center; |
241 | | - text-align: center; |
242 | | - padding: 1.5rem; |
| 298 | + align-items: flex-start; |
| 299 | + gap: 1.5rem; |
| 300 | + margin-bottom: 3rem; |
243 | 301 | } |
244 | 302 |
|
245 | | - .founder-avatar img { |
| 303 | + .person-avatar img { |
246 | 304 | width: 100px; |
247 | 305 | height: 100px; |
248 | 306 | } |
249 | 307 |
|
250 | | - .founder-links { |
251 | | - justify-content: center; |
252 | | - } |
253 | | -
|
254 | 308 | .contributors-grid { |
255 | 309 | grid-template-columns: 1fr; |
256 | 310 | } |
|
0 commit comments