|
1 | 1 | import Link from "next/link" |
2 | | -import TextBlock from "../components/TextBlock" |
| 2 | +import { TextBlock, Paragraph } from "../components/TextUtils" |
3 | 3 | import ContactEmail from "./ContactEmail" |
4 | 4 |
|
5 | 5 | export default function Page() { |
6 | 6 | return ( |
7 | 7 | <div className="container mx-auto max-sm:px-8 flex flex-col gap-4 sm:gap-8 sm:items-center h-full justify-center"> |
8 | 8 | <h1>About Us</h1> |
9 | 9 | <TextBlock> |
10 | | - DevSH Graphics Programming (DevSH) sp. z o.o. ( devsh.eu ) is a company specializing in High |
11 | | - Performance Computing with a particular focus on Computer Graphics and GPU Programming. |
12 | | - Currently boasting a team of 10 Consultants and 3 separate concurrent projects. |
13 | | - We offer consulting and co-development to Third Parties with their own products, as well as con- |
14 | | - duct our own Research and Development, developing Open-Source Middleware and Libraries. |
15 | | - The primary mission for all of our self-funded developments is to advance open source ecosys- |
16 | | - tems with innovative tooling, with a particular focus on Vulkan and SPIR-V. |
17 | | - We maintain a single source HLSL202x/C++20 Standard Template Header Only Library and our |
18 | | - Utility and Rapid Prototyping Framework <Link href="https://github.com/Devsh-Graphics-Programming/Nabla" target="_blank" rel="noopener noreferer" className="no-underline text-teal-600 devsh-link">Nabla</Link> designed {/*this prevents visual bug, "designed must stay here"*/} |
19 | | - to give a CUDA-like programming experience in the Vulkan ecosystem. |
20 | | - We’ve honed the culture of remote work, since the company’s inception before 2019. Subject to |
21 | | - availability of consultants and specific expertise required their regular working hours overlap the |
22 | | - normal working hours from San Francisco to Sydney. |
| 10 | + <Paragraph> |
| 11 | + DevSH Graphics Programming (DevSH) sp. z o.o. ( devsh.eu ) is a company specializing in High |
| 12 | + Performance Computing with a particular focus on Computer Graphics and GPU Programming. |
| 13 | + Currently boasting a team of 10 Consultants and 3 separate concurrent projects. |
| 14 | + We offer consulting and co-development to Third Parties with their own products, as well as con- |
| 15 | + duct our own Research and Development, developing Open-Source Middleware and Libraries. |
| 16 | + </Paragraph> |
| 17 | + |
| 18 | + <Paragraph> |
| 19 | + The primary mission for all of our self-funded developments is to advance open source ecosys- |
| 20 | + tems with innovative tooling, with a particular focus on Vulkan and SPIR-V. |
| 21 | + We maintain a single source HLSL202x/C++20 Standard Template Header Only Library and our |
| 22 | + Utility and Rapid Prototyping Framework <Link href="https://github.com/Devsh-Graphics-Programming/Nabla" target="_blank" rel="noopener noreferer" className="no-underline text-teal-600 devsh-link">Nabla</Link> designed {/*this prevents visual bug, "designed must stay here"*/} |
| 23 | + to give a CUDA-like programming experience in the Vulkan ecosystem. |
| 24 | + </Paragraph> |
| 25 | + |
| 26 | + <Paragraph> |
| 27 | + We’ve honed the culture of remote work, since the company’s inception before 2019. Subject to |
| 28 | + availability of consultants and specific expertise required their regular working hours overlap the |
| 29 | + normal working hours from San Francisco to Sydney. |
| 30 | + </Paragraph> |
23 | 31 | </TextBlock> |
24 | 32 | <h1>Contact</h1> |
25 | 33 | <TextBlock> |
|
0 commit comments