-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
552 additions
and
231 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<script> | ||
import ProjectCard from '$lib/ProjectCard.svelte'; | ||
import LightButton from '$lib/LightButton.svelte'; | ||
import { base } from '$app/paths'; | ||
</script> | ||
|
||
|
||
|
||
<div class="p-4 sm:p-10 lg:p-20 flex flex-col space-y-4 sm:space-y-8 lg:space-y-32"> | ||
|
||
<div class="flex flex-col space-y-10 pb-10"> | ||
|
||
<div class="ml-2"> | ||
<h1 class="font-normal text-5xl md:text-6xl lg:text-7xl"> | ||
The Project Collective | ||
</h1> | ||
</div> | ||
<div class="font-normal text-2xl md:text-3xl lg:text-4xl"> | ||
See how we've turned ideas into <span class="line-through">virtual</span> reality. | ||
<span class="text-gray-500">Dive into our teams' current research.</span> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="flex flex-col lg:flex-none space-y-6 sm:space-y-0 sm:gap-4 sm:grid sm:grid-cols-2 sm:grid-flow-row "> | ||
<a href="{base}/blogs/about"> | ||
test blog path | ||
</a> | ||
</div> | ||
|
||
|
||
<div class="flex flex-col"> | ||
<div class=""> | ||
<span class="font-normal text-5xl lg:text-6xl">Interested in starting your own project?</span> | ||
<span class="font-normal text-5xl lg:text-6xl text-gray-500">Join us in crafting impactful virtual experiences.</span> | ||
</div> | ||
<div class="flex flex-row pt-10"> | ||
<LightButton url="/projects" > | ||
CONTACT US | ||
</LightButton> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<script lang='ts'> | ||
import type { PageMeta } from '$lib/server/PageGeneration'; | ||
export let data: PageMeta | ||
let blog = data | ||
</script> | ||
<div class="w-full "> | ||
<div id="blogCard" class="bg-gray-50 dark:bg-gray-700 rounded-xl p-8 w-full"> | ||
<div class="font-bold text-3xl pb-4 dark:text-gray-100"> | ||
{blog.title} | ||
</div> | ||
<div class="font-medium text-lg pb-4 dark:text-gray-100"> | ||
{blog.date} | ||
</div> | ||
<div class="font-medium text-base pb-4 text-gray-600 dark:text-gray-200"> | ||
{blog.description} | ||
</div> | ||
<div class="prose lg:prose-xl sm:prose-sm dark:text-gray-100 dark:prose-dark"> | ||
{@html blog.body} | ||
</div> | ||
|
||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import type { PageLoad } from './$types'; | ||
import type { PageMeta } from '$lib/server/PageGeneration'; | ||
|
||
export const load: PageLoad = async ({ data, params }) => { | ||
return data as PageMeta | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: About us | ||
date: 2019-02-23 19:20:33 | ||
description: About Our Team | ||
thumbnail: NorthStarHeadset.jpg | ||
category: About | ||
author: UW Reality Labs | ||
tags: | ||
- About | ||
- VR | ||
- AR | ||
- Design | ||
- Development | ||
lastMod: 2019-02-23 19:20:33 | ||
license: CC BY-NC-ND | ||
--- | ||
![Saturn](//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Saturn_during_Equinox.jpg/300px-Saturn_during_Equinox.jpg) | ||
|
||
## 👋 Hello From UW Reality Labs | ||
|
||
We're the newest design team on the block, and we're here to make your virtual reality dreams come true. | ||
We're a small team of designers, developers, and artists who are passionate about creating the best virtual reality experiences possible. | ||
We're always looking for new ways to push the boundaries of what's possible in VR, and we're excited to share our work with you. | ||
|
||
## 📓 Contacts | ||
You can reach us at: | ||
|
||
Github: [@uwrealitylabs](https://github.com/uwrealitylabs) | ||
|
||
Twitter: [UW Reality Labs](https://twitter.com/uwrealitylabs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: About us | ||
date: 2019-02-23 19:20:33 | ||
description: About Our Team | ||
thumbnail: NorthStarHeadset.jpg | ||
category: About | ||
author: UW Reality Labs | ||
tags: | ||
- About | ||
- VR | ||
- AR | ||
- Design | ||
- Development | ||
lastMod: 2019-02-23 19:20:33 | ||
license: CC BY-NC-ND | ||
--- | ||
![Saturn](//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Saturn_during_Equinox.jpg/300px-Saturn_during_Equinox.jpg) | ||
|
||
## 👋 Hello From UW Reality Labs | ||
|
||
We're the newest design team on the block, and we're here to make your virtual reality dreams come true. | ||
We're a small team of designers, developers, and artists who are passionate about creating the best virtual reality experiences possible. | ||
We're always looking for new ways to push the boundaries of what's possible in VR, and we're excited to share our work with you. | ||
|
||
## 📓 Contacts | ||
You can reach us at: | ||
|
||
Github: [@uwrealitylabs](https://github.com/uwrealitylabs) | ||
|
||
Twitter: [UW Reality Labs](https://twitter.com/uwrealitylabs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: About us | ||
date: 2019-02-23 19:20:33 | ||
description: About Our Team | ||
thumbnail: NorthStarHeadset.jpg | ||
category: About | ||
author: UW Reality Labs | ||
tags: | ||
- About | ||
- VR | ||
- AR | ||
- Design | ||
- Development | ||
lastMod: 2019-02-23 19:20:33 | ||
license: CC BY-NC-ND | ||
--- | ||
![Saturn](//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Saturn_during_Equinox.jpg/300px-Saturn_during_Equinox.jpg) | ||
|
||
## 👋 Hello From UW Reality Labs | ||
|
||
We're the newest design team on the block, and we're here to make your virtual reality dreams come true. | ||
We're a small team of designers, developers, and artists who are passionate about creating the best virtual reality experiences possible. | ||
We're always looking for new ways to push the boundaries of what's possible in VR, and we're excited to share our work with you. | ||
|
||
## 📓 Contacts | ||
You can reach us at: | ||
|
||
Github: [@uwrealitylabs](https://github.com/uwrealitylabs) | ||
|
||
Twitter: [UW Reality Labs](https://twitter.com/uwrealitylabs) |