Skip to content

Commit 999bb49

Browse files
committed
Site Doctor surgery success.
1 parent c85bbfe commit 999bb49

File tree

4 files changed

+35
-26
lines changed

4 files changed

+35
-26
lines changed

1919main.html

+13-17
Original file line numberDiff line numberDiff line change
@@ -17,53 +17,49 @@ <h3> A project by Manas Paranjape and Bryce Butler. </h3>
1717
</section>
1818
</div>
1919

20-
<!--<div id="headImage">
21-
<section class="titleImage">
22-
<figure>
23-
<img src="./Images/Ford_GT_Nogaro.jpg">
24-
</figure>
25-
</section>
26-
</div> -->
2720
<div id="mainContent">
2821
<section>
2922
<article>
30-
<h3> Beginnings</h3>
23+
<h2>
24+
Beginnings
25+
</h2>
3126
<p>Ford GT wasn't really Ford. The first GTs were built by Lola, a company in the 1960s. Ford bought several for the Le Mans. In, 1965, Carroll Shelby began to develop the Lola GT's into a better car. They called GT40, for its 40 inch height. They failed miserably, the gear boxes, suspension, etc. failing under endurance problems. Then Shelby, a retired Le Mans racer came and helped make the GT. In 1965, Ken Miles came into the project. The did major airflow improvements, added fiberglass, and, surprisingly added a larger 7-liter, 427 ci engine. They still failed, however. Next year, they made more improvements and finally won the Le Mans. They are the only American company to have ever won Le Mans.
3227
</p>
3328
</article>
3429
</section>
3530
<section>
3631
<figure>
37-
<img src="./Images/Temp.jpg">
32+
<img src="./Images/Ford_GT_MKII.jpg">
33+
<!--Photo by Alexandria Bates on Unsplash-->
3834
</figure>
3935
</section>
4036
<section>
4137
<article>
42-
<h3>
38+
<h2>
4339
Brakes
44-
</h3>
40+
</h2>
4541
<p>
4642
The Ford GT uses carbon-ceramic disk brakes. This high performance material, made from a special mixture of powders, resins and fibers in a complex manufacturing process, has been used since the 1970s in braking systems for aerospace applications and since the 1980s in motorsports.
4743
</p>
4844
</article>
4945
</section>
50-
<section>
51-
<iframe width="560" height="315" src="https://www.youtube.com/embed/lrCwmpjR77U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
46+
<div class="videoContainer">
47+
<iframe src="https://www.youtube.com/embed/lrCwmpjR77U" frameborder="0" allowfullscreen>
5248
</iframe>
53-
</section>
49+
</div>
5450
<section>
5551
<article>
56-
<h3>
52+
<h2>
5753
Engine
58-
</h3>
54+
</h2>
5955
<p>
6056
The Ford GT (current) uses a twin turbocharged V6 3.5 liter intercooled engine. The 3.5L EcoBoost is direct-injected and turbocharged engine first introduced in 2007 under the name TwinForce. The main idea behind this power unit was the creation of a solid alternative to a large-displacement V8 engine such as the V8 coyote sourced engine. This was used in cars like the Ford Mustang GT. The new turbocharged 3.5L V6 engine provides equivalent power and torque to a naturally aspirated 6.0L V8 with less fuel consumption and emissions of harmful substances.
6157
</p>
6258
</article>
6359
</section>
6460
</div>
6561
<footer>
66-
<p>©Copyright 2020 Manas Paranjape and Bryce Butler </p>
62+
<p> © Manas Paranjape and Bryce Butler, 2020 </p>
6763
</footer>
6864
</div>
6965
</html>

1919style.css

+22-9
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
#webpage {
66
font-family: Fira Sans;
77
color: #333333;
8+
padding:15px;
89
}
9-
html {
10-
scroll-behavior: smooth;
11-
}
1210

11+
h2 {
12+
color: rgb(189, 20, 34);
13+
text-align: center;
14+
}
1315

1416
#headInfo {
1517
background: url('./Images/Ford_GT_Nogaro.jpg') center;
@@ -26,19 +28,29 @@ html {
2628
}
2729

2830
img {
29-
max-width: 100%;
31+
max-width:100%;
3032
height: auto;
3133
}
3234

33-
#headImage {
34-
display: grid;
35-
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
36-
}
37-
3835
article > h3 {
3936
text-align: center;
4037
}
4138

39+
.videoContainer {
40+
position:relative;
41+
padding-bottom:56.25%;
42+
padding-top:30px;
43+
height:0;
44+
overflow:hidden;
45+
}
46+
.videoContainer iframe, .videoContainer object, .videoContainer embed {
47+
position:absolute;
48+
top:0;
49+
left:0;
50+
width:100%;
51+
height:100%;
52+
}
53+
4254
footer {
4355
background-color: #333;
4456
color: white;
@@ -48,6 +60,7 @@ footer {
4860
#mainContent {
4961
display: grid;
5062
grid-template-columns: repeat(auto-fit, minmax(240 px, 1fr));
63+
align-items: initial;
5164
}
5265

5366
p {

Images/Ford_GT_MKII.jpg

1.43 MB
Loading

Images/Ford_GT_Nogaro-.jpg

122 KB
Loading

0 commit comments

Comments
 (0)