blob: 14b98a85db92c78646cdaf30b5022ff6d2ac9413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{{define "title"}}{{.Post.Title}}{{end}}
{{define "description"}}Sponsored Stellantis studio project. Ram trucks 2050.{{end}}
{{define "uploaded-on"}}2023-12-31{{end}}
{{define "keywords"}}project interior Stellantis Ram CCS truck{{end}}
{{define "thumbnail"}}<img src="/static/media/Ram_Central_America/IP_CROP_1800x900.jpg" class="mainImage" />{{end}}
{{ define "canonical" }}{{end}}
{{define "main"}}
<h1>Project</h1>
<div class="postBackground">
<article class="projectContent">
<h2>{{.Post.Title}}</h2>
<p><b>Team project:</b> Alex Scerba - Automotive Interior, James Shiels - Automotive Exterior, Maria Nagaitis - Spatial Interior</p>
<p>Design a Ram product for the Central America region in the year 2050.</p>
<p><b>Final Deliverable:</b> 1/4th scale painted clay model.</p>
<img src="/static/media/Ram_Central_America/ram1.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram2.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram3.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram4.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram5.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram6.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram7.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram8.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram9.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram10.jpg" width="2000" height="1000" />
<img src="/static/media/Ram_Central_America/ram11.jpg" width="2000" height="1000" />
</article>
</div>
{{end}}
|