File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ import ditt3 from "@/public/clients/ditt/ditt3.jpg";
2525import ditt4 from "@/public/clients/ditt/ditt4.png" ;
2626import ditt5 from "@/public/clients/ditt/ditt5.jpg" ;
2727
28+ // imverse
29+ import imverse1 from "@/public/clients/imverse/imverse1.webp" ;
30+
2831type PastProjectProps =
2932{
3033 company : string ,
@@ -130,6 +133,15 @@ export default function Page() {
130133 < > Ongoing optimisation and support during the lead-up to the public BETA release</ >
131134 ] }
132135 />
136+ < PastProject
137+ company = "Imverse"
138+ companyWebsite = "https://www.imverse.ch/"
139+ images = { [ imverse1 ] }
140+ projects = { [
141+ < > GPGPU Consulting and Contracting to solve Computer Vision problems</ > ,
142+ < > GPU Accelerated Silhouette Carving from RGB+D real-time video inputs</ >
143+ ] }
144+ />
133145 < PastProject
134146 company = "RELEX Solutions"
135147 companyWebsite = "http://relexsolutions.com"
@@ -146,14 +158,6 @@ export default function Page() {
146158 < > Plan of action and initial design for a new Renderer</ >
147159 ] }
148160 />
149- < PastProject
150- company = "Imverse"
151- companyWebsite = "https://www.imverse.ch/"
152- projects = { [
153- < > GPGPU Consulting and Contracting to solve Computer Vision problems</ > ,
154- < > GPU Accelerated Silhouette Carving from RGB+D real-time video inputs</ >
155- ] }
156- />
157161 </ div >
158162 </ Chapter >
159163 < Chapter title = "Conclusion" >
You can’t perform that action at this time.
0 commit comments