Skip to content

Commit 004be36

Browse files
committed
Fix broken images by replacing scraped_site paths with live wp-content URLs
1 parent d3b7ef3 commit 004be36

File tree

97 files changed

+551
-551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+551
-551
lines changed

new_site/360-video.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="navbar max-w-6xl mx-auto px-4 md:px-8">
2525
<div class="navbar-start">
2626
<a class="flex items-center" href="index.html">
27-
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="../scraped_site/assets/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
27+
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="https://www.smartvrlab.nl/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
2828
</a>
2929
</div>
3030
<div class="navbar-center hidden lg:flex">
@@ -77,7 +77,7 @@ <h1 class="text-3xl md:text-4xl font-display font-bold">High-end 360 video</h1>
7777
</div>
7878
<div class="card bg-base-100 shadow-xl overflow-hidden">
7979
<figure class="bg-base-300">
80-
<img alt="High-end 360 video camera" class="w-full h-64 md:h-80 object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2022/01/photo_2022-01-11_16-17-03-768x598.jpg"/>
80+
<img alt="High-end 360 video camera" class="w-full h-64 md:h-80 object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2022/01/photo_2022-01-11_16-17-03-768x598.jpg"/>
8181
</figure>
8282
<div class="card-body space-y-3">
8383
<h3 class="text-xl font-display font-semibold">High quality capture</h3>
@@ -131,7 +131,7 @@ <h2 class="text-2xl md:text-3xl font-display font-bold">Spaarne Gasthuis</h2>
131131
</div>
132132
<div class="card bg-base-100 shadow-lg overflow-hidden">
133133
<figure class="bg-base-300">
134-
<img alt="360 video onboarding experience" class="w-full h-80 object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2022/01/reanimatie.png"/>
134+
<img alt="360 video onboarding experience" class="w-full h-80 object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2022/01/reanimatie.png"/>
135135
</figure>
136136
</div>
137137
</div>

new_site/3d-web-apps.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="navbar max-w-6xl mx-auto px-4 md:px-8">
2525
<div class="navbar-start">
2626
<a class="flex items-center" href="index.html">
27-
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="../scraped_site/assets/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
27+
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="https://www.smartvrlab.nl/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
2828
</a>
2929
</div>
3030
<div class="navbar-center hidden lg:flex">
@@ -77,7 +77,7 @@ <h1 class="text-3xl md:text-4xl font-display font-bold">App-solutely innovative:
7777
</div>
7878
<div class="card bg-base-100 shadow-xl overflow-hidden">
7979
<figure class="bg-base-300">
80-
<img alt="Smart VR Lab 3D web app with brain anatomy" class="w-full h-64 md:h-80 object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2022/01/neuro-anatomy-app-clean-1024x577.png"/>
80+
<img alt="Smart VR Lab 3D web app with brain anatomy" class="w-full h-64 md:h-80 object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2022/01/neuro-anatomy-app-clean-1024x577.png"/>
8181
</figure>
8282
<div class="card-body space-y-3">
8383
<h3 class="text-xl font-display font-semibold">Unity-powered 3D in the browser</h3>
@@ -131,7 +131,7 @@ <h2 class="text-2xl md:text-3xl font-display font-bold">Amsterdam Medical Centre
131131
</div>
132132
<div class="card bg-base-100 shadow-lg overflow-hidden">
133133
<figure class="bg-base-300">
134-
<img alt="3D brain anatomy web app in browser" class="w-full h-80 object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2022/02/Schermopname-92-1024x608.png"/>
134+
<img alt="3D brain anatomy web app in browser" class="w-full h-80 object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2022/02/Schermopname-92-1024x608.png"/>
135135
</figure>
136136
</div>
137137
</div>
@@ -149,7 +149,7 @@ <h2 class="text-2xl md:text-3xl font-display font-bold">Try the live version of
149149
</div>
150150
<div class="card bg-base-100 shadow-lg overflow-hidden">
151151
<figure class="bg-base-200">
152-
<img alt="Interface of the 3D web app brain structure experience" class="w-full h-80 object-contain p-6" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2022/05/smartVRlab3DWebAppsBrainStructureApplication-768x512.png"/>
152+
<img alt="Interface of the 3D web app brain structure experience" class="w-full h-80 object-contain p-6" src="https://www.smartvrlab.nl/wp-content/uploads/2022/05/smartVRlab3DWebAppsBrainStructureApplication-768x512.png"/>
153153
</figure>
154154
</div>
155155
</div>

new_site/3dof-vs-6dof-in-vr.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="navbar max-w-6xl mx-auto px-4 md:px-8">
3434
<div class="navbar-start">
3535
<a class="flex items-center" href="index.html">
36-
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="../scraped_site/assets/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
36+
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="https://www.smartvrlab.nl/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
3737
</a>
3838
</div>
3939
<div class="navbar-center hidden lg:flex">
@@ -67,7 +67,7 @@ <h1 class="text-4xl md:text-5xl font-display font-bold leading-tight">What is th
6767
</section>
6868
<section class="py-12 md:py-16">
6969
<div class="max-w-3xl mx-auto px-4 md:px-6 space-y-10">
70-
<figure class="rounded-2xl overflow-hidden shadow-lg"><img alt="Degrees of freedom chart" class="w-full h-auto object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/03/Degrees-of-Freedom-Chart-01-1024x576.png"/></figure>
70+
<figure class="rounded-2xl overflow-hidden shadow-lg"><img alt="Degrees of freedom chart" class="w-full h-auto object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/03/Degrees-of-Freedom-Chart-01-1024x576.png"/></figure>
7171
<div class="space-y-10 text-base leading-relaxed">
7272
<h2 class="text-2xl md:text-3xl font-display font-bold">DoF</h2>
7373
<p>In VR, DoF is a common abbreviation that stands for “Degree of Freedom”. The number before it shows how many different axes are being tracked: 3 or 6, 3DoF vs 6DoF. When deciding which type of VR headset to buy, it is essential to consider its DoF tracking capabilities: 3DoF is enough for 360 video, while 3D VR requires 6DoF.</p>
@@ -112,32 +112,32 @@ <h2 class="text-2xl md:text-3xl font-display font-bold">3DoF vs 6DoF</h2>
112112
<div class="join"><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog.html">1</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-2.html">2</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-3.html">3</a></span><span class="join-item"><a class="btn btn-sm btn-primary" href="virtual-reality-blog-4.html">4</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-5.html">5</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-6.html">6</a></span></div>
113113
</div>
114114
</section><section class="py-10 md:py-14"><div class="max-w-6xl mx-auto px-4 md:px-8 space-y-10"><div class="grid gap-6 md:grid-cols-2"><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
115-
<figure class="h-48 overflow-hidden"><img alt="How does VR impact your stress level?" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/03/Stress-01.png"/></figure>
115+
<figure class="h-48 overflow-hidden"><img alt="How does VR impact your stress level?" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/03/Stress-01.png"/></figure>
116116
<div class="card-body space-y-2">
117117
<h3 class="card-title text-xl"><a class="link link-primary" href="virtual-reality-and-vulnerability-to-stress.html">How does VR impact your stress level?</a></h3>
118118
</div>
119119
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
120-
<figure class="h-48 overflow-hidden"><img alt="What is the difference between 3DoF vs 6DoF in VR? The comprehensive guide to Degrees of Freedom" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/03/Degrees-of-Freedom-Chart-01.png"/></figure>
120+
<figure class="h-48 overflow-hidden"><img alt="What is the difference between 3DoF vs 6DoF in VR? The comprehensive guide to Degrees of Freedom" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/03/Degrees-of-Freedom-Chart-01.png"/></figure>
121121
<div class="card-body space-y-2">
122122
<h3 class="card-title text-xl"><a class="link link-primary" href="3dof-vs-6dof-in-vr.html">What is the difference between 3DoF vs 6DoF in VR? The comprehensive guide to Degrees of Freedom</a></h3>
123123
</div>
124124
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
125-
<figure class="h-48 overflow-hidden"><img alt="What is the difference between 360° Video and 3D Virtual Reality?" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/02/VS-Graphic-Recovered-01-01-01-01.png"/></figure>
125+
<figure class="h-48 overflow-hidden"><img alt="What is the difference between 360° Video and 3D Virtual Reality?" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/02/VS-Graphic-Recovered-01-01-01-01.png"/></figure>
126126
<div class="card-body space-y-2">
127127
<h3 class="card-title text-xl"><a class="link link-primary" href="difference-between-360-video-and-3d-vr.html">What is the difference between 360° Video and 3D Virtual Reality?</a></h3>
128128
</div>
129129
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
130-
<figure class="h-48 overflow-hidden"><img alt="Why choose the Oculus Quest 2 Killer for VR? (or why not) A competitor’s analysis." class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/02/Qiyu-3.jpg"/></figure>
130+
<figure class="h-48 overflow-hidden"><img alt="Why choose the Oculus Quest 2 Killer for VR? (or why not) A competitor’s analysis." class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/02/Qiyu-3.jpg"/></figure>
131131
<div class="card-body space-y-2">
132132
<h3 class="card-title text-xl"><a class="link link-primary" href="oculus-quest-2-killer.html">Why choose the Oculus Quest 2 Killer for VR? (or why not) A competitor’s analysis.</a></h3>
133133
</div>
134134
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
135-
<figure class="h-48 overflow-hidden"><img alt="What are the best VR training use cases?" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/02/VR-in-Manufacturing-and-Customer-Service-Training-4.3.18.jpg"/></figure>
135+
<figure class="h-48 overflow-hidden"><img alt="What are the best VR training use cases?" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/02/VR-in-Manufacturing-and-Customer-Service-Training-4.3.18.jpg"/></figure>
136136
<div class="card-body space-y-2">
137137
<h3 class="card-title text-xl"><a class="link link-primary" href="vr-training-use-cases.html">What are the best VR training use cases?</a></h3>
138138
</div>
139139
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
140-
<figure class="h-48 overflow-hidden"><img alt="What is possible with Virtual Reality? Mind control &amp; VR" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/02/C8983EFF-34A0-4255-91C0-106B1D3D00D4.png"/></figure>
140+
<figure class="h-48 overflow-hidden"><img alt="What is possible with Virtual Reality? Mind control &amp; VR" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/02/C8983EFF-34A0-4255-91C0-106B1D3D00D4.png"/></figure>
141141
<div class="card-body space-y-2">
142142
<h3 class="card-title text-xl"><a class="link link-primary" href="mind-control-coming-to-vr.html">What is possible with Virtual Reality? Mind control &amp; VR</a></h3>
143143
</div>

new_site/5-ways-vr-can-boost-workplace-productivity.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="navbar max-w-6xl mx-auto px-4 md:px-8">
3434
<div class="navbar-start">
3535
<a class="flex items-center" href="index.html">
36-
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="../scraped_site/assets/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
36+
<img alt="Smart VR Lab logo" class="h-10 w-auto" src="https://www.smartvrlab.nl/wp-content/uploads/2020/02/Smart_VR_Lab_Logo_Horizontal_White-1.png"/>
3737
</a>
3838
</div>
3939
<div class="navbar-center hidden lg:flex">
@@ -67,7 +67,7 @@ <h1 class="text-4xl md:text-5xl font-display font-bold leading-tight">5 Ways VR
6767
</section>
6868
<section class="py-12 md:py-16">
6969
<div class="max-w-3xl mx-auto px-4 md:px-6 space-y-10">
70-
<figure class="rounded-2xl overflow-hidden shadow-lg"><img alt="5 ways vr can boost workplace productivity" class="w-full h-auto object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/04/IMG_7892-1024x576.jpg"/></figure>
70+
<figure class="rounded-2xl overflow-hidden shadow-lg"><img alt="5 ways vr can boost workplace productivity" class="w-full h-auto object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/04/IMG_7892-1024x576.jpg"/></figure>
7171
<div class="space-y-10 text-base leading-relaxed">
7272
<p>When businesses make a decision on whether to invest in Virtual Reality or not, the return of investment (ROI) is one of the top deciding factors. An indirect way that VR will affect your ROI is by boosting the general workplace productivity – a factor that is closely tied to the success of your business and your profit margin and thus is well worth considering.</p>
7373
<p>But how and where does Virtual Reality make the most impact There are several key domains in which VR can have a positive influence on workplace productivity:</p>
@@ -115,32 +115,32 @@ <h2 class="text-2xl md:text-3xl font-display font-bold">VR for workplace product
115115
<div class="join"><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog.html">1</a></span><span class="join-item"><a class="btn btn-sm btn-primary" href="virtual-reality-blog-2.html">2</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-3.html">3</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-4.html">4</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-5.html">5</a></span><span class="join-item"><a class="btn btn-sm" href="virtual-reality-blog-6.html">6</a></span></div>
116116
</div>
117117
</section><section class="py-10 md:py-14"><div class="max-w-6xl mx-auto px-4 md:px-8 space-y-10"><div class="grid gap-6 md:grid-cols-2"><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
118-
<figure class="h-48 overflow-hidden"><img alt="How to manage VR content in Oculus? The smart guide for 2022" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/05/IMG_8114.jpg"/></figure>
118+
<figure class="h-48 overflow-hidden"><img alt="How to manage VR content in Oculus? The smart guide for 2022" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/05/IMG_8114.jpg"/></figure>
119119
<div class="card-body space-y-2">
120120
<h3 class="card-title text-xl"><a class="link link-primary" href="video-management-in-oculus.html">How to manage VR content in Oculus? The smart guide for 2022</a></h3>
121121
</div>
122122
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
123-
<figure class="h-48 overflow-hidden"><img alt="What you need to know before getting VR for your business: our tips for getting started with VR" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/04/Remote-VR-Collaboration-01.png"/></figure>
123+
<figure class="h-48 overflow-hidden"><img alt="What you need to know before getting VR for your business: our tips for getting started with VR" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/04/Remote-VR-Collaboration-01.png"/></figure>
124124
<div class="card-body space-y-2">
125125
<h3 class="card-title text-xl"><a class="link link-primary" href="what-you-need-to-know-before-getting-vr.html">What you need to know before getting VR for your business: our tips for getting started with VR</a></h3>
126126
</div>
127127
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
128-
<figure class="h-48 overflow-hidden"><img alt="5 Ways VR Can Boost Workplace Productivity" class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/04/IMG_7892.jpg"/></figure>
128+
<figure class="h-48 overflow-hidden"><img alt="5 Ways VR Can Boost Workplace Productivity" class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/04/IMG_7892.jpg"/></figure>
129129
<div class="card-body space-y-2">
130130
<h3 class="card-title text-xl"><a class="link link-primary" href="5-ways-vr-can-boost-workplace-productivity.html">5 Ways VR Can Boost Workplace Productivity</a></h3>
131131
</div>
132132
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
133-
<figure class="h-48 overflow-hidden"><img alt="VR headsets that know your emotions? What biometric data-tracking can do." class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/04/VR-Eye-Mouth-Heart-Tracking-01.png"/></figure>
133+
<figure class="h-48 overflow-hidden"><img alt="VR headsets that know your emotions? What biometric data-tracking can do." class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/04/VR-Eye-Mouth-Heart-Tracking-01.png"/></figure>
134134
<div class="card-body space-y-2">
135135
<h3 class="card-title text-xl"><a class="link link-primary" href="what-biometric-data-tracking-can-do.html">VR headsets that know your emotions? What biometric data-tracking can do.</a></h3>
136136
</div>
137137
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
138-
<figure class="h-48 overflow-hidden"><img alt="ROI of VR: What is the return of investment for VR? A case study." class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/04/ROI-on-VR-01-01.png"/></figure>
138+
<figure class="h-48 overflow-hidden"><img alt="ROI of VR: What is the return of investment for VR? A case study." class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/04/ROI-on-VR-01-01.png"/></figure>
139139
<div class="card-body space-y-2">
140140
<h3 class="card-title text-xl"><a class="link link-primary" href="roi-for-vr.html">ROI of VR: What is the return of investment for VR? A case study.</a></h3>
141141
</div>
142142
</div><div class="card bg-base-100 shadow-md hover:-translate-y-1 transition">
143-
<figure class="h-48 overflow-hidden"><img alt="Does VR actually work for businesses? Here’s the proof." class="w-full h-full object-cover" src="../scraped_site_smartvrlab.nl/assets/wp-content/uploads/2021/04/Proof-Business-VR-01.png"/></figure>
143+
<figure class="h-48 overflow-hidden"><img alt="Does VR actually work for businesses? Here’s the proof." class="w-full h-full object-cover" src="https://www.smartvrlab.nl/wp-content/uploads/2021/04/Proof-Business-VR-01.png"/></figure>
144144
<div class="card-body space-y-2">
145145
<h3 class="card-title text-xl"><a class="link link-primary" href="does-vr-work-for-businesses.html">Does VR actually work for businesses? Here’s the proof.</a></h3>
146146
</div>

0 commit comments

Comments
 (0)