This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
117 lines (113 loc) · 4.54 KB
/
gallery.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE HTML>
<html lang = "en">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.ico" sizes="16x16" />
<head>
<title>Mannan Shukla | Gallery</title>
</head>
<body>
<div class = "wrapper">
<p class = "wordmark"> <a href = "index.html">Mannan Shukla</a></p>
<nav>
<a href = "myself.html" class = "links">About Myself</a>
<a class = "thing">|</a>
<a href = "tech.html" class = "links">My Favorite Tech</a>
<a class = "thing">|</a>
<a href = "ftc.html" class = "links">FTC Portfolio</a>
<a class = "thing">|</a>
<a href = "gallery.html" class = "links"> Gallery </a>
</nav>
</div>
<br>
<br>
<br>
<div class = wrapper2>
<p class = largeText>Overview:</p>
<p class = "text">
This is a compilation of pictures from the 2018-19 FTC Season. I'll
be adding to this as I can find more pictures.
</p>
</div>
<br>
<br>
<div class = "wrapper2">
<p class = "largeText">Software:</p>
<div style="text-align: center;">
<p class = "text">Here are some pictures of me with other software members, working</p>
<br>
<img alt="tfs board" height="50%" src="programmingone.png" width="50%">
<br>
<br>
<img alt="tfs board" height="50%" src="prog2.png" width="50%">
<br>
<br>
<img alt="tfs board" height="50%" src="pro3.png" width="50%">
<br>
<br>
<img alt="tfs board" height="50%" src="prog4.png" width="50%">
<br>
<br>
</div>
</div>
<br>
<br>
<div class = "wrapper2">
<p class = "largeText">Sponsor Night:</p>
<div style="text-align: center;">
<p class = "text">Here is a snippit of my Sponsor Night Presentation</p>
<p class = smallText>Keep in mind i'll be adding more pictures as soon as I receive them.</p>
<br>
<video src="sponlol" controls height="95%" width="95%"></video>
</div>
</div>
<br>
<br>
<div class = "wrapper2">
<p class = "largeText">Team:</p>
<div style="text-align: center;">
<p class = "text">This is the team after we won the Think Award during Frozen Frenzy</p>
<img alt="winners!" height="95%" src="winrars.png" width="95%">
<br>
<br>
</div>
</div>
<br>
<br>
<br>
<div class = "wrapper2">
<p class = "largeText">Mentors:</p>
<div style="text-align: center;">
<p class = "text">These are our Wonderful Mentors:</p>
<img alt="winners!" height="95%" src="mentors.png" width="95%">
<br>
<p class="smallText">
To Mrs. Young: Thank You for always staying positive with our judging and preparing us to be able to talk outside our comfort zone.
<br>
<br>
To Mr. Young: Thanks You for giving us a space to be able to share our ideas properly and effectively. Your help to me on the build side
is something i'll always remember.
<br>
<br>
To Mr. Brady: Thank You so much for providing the strong leadership that our team needs. You are the most unconventional teacher I have
ever seen in my life, and that's a great thing. You always step outside the box and introduced me to some great experiences.
<br>
<br>
To Mr. Huang: Mr. Huang. Without you, this website would have not been possible. You made me see software in a new way by introducing me
to version control and GitHub. I also thank you for showing me around BASH (This really helped me later) and showing everyone how to use
the IDE properly, Now I am faster and more efficient in one. Your knowledge in software has motivated me to work even harder moving forward.
<br>
<br>
To Mr. Keller: Mr. Keller, this has been a great season. You have been my gateway into robotics programming and thanks to your explanations,
I don't think i'll ever be able to give it up. You have saved us from a lot of confusion and struggle, while also letting us struggle in the
pursuit of learning. Your right before competition pep talks have given us hope that yes, the problem will be there tomorrow. Thank you for
letting the software team grow.
<br>
<br>
</p>
</div>
</div>
</body>
</html>