angelmillet-blog
angelmillet-blog
Angel
12 posts
Don't wanna be here? Send us removal request.
angelmillet-blog · 8 years ago
Video
tumblr
Final project assignment. 
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 8. 
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 7.
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 6.
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 5.
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 4.
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 3.
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
Micro project assignment 2.
0 notes
angelmillet-blog · 8 years ago
Video
tumblr
CIS 311 Introduction to JavaScript
0 notes
angelmillet-blog · 8 years ago
Text
Bora-Hansgrophe: 2017 Team Roster
"Pascal Ackermann (Ger)", "Shane Archbold (NZl)", "Jan Bárta (Cze)", "Erik Baška (Svk)", "Cesare Benedetti (Ita)", "Sam Bennett (Irl)", "Maciej Bodnar (Pol)", "Emanuel Buchmann (Ger)", "Marcus Burghardt (Ger)", "Silvio Herklotz (Ger)", "Lopold König (Cze)", "Michael Kolar (Svk)", "Patrick Konrad (Aut)", "Rafal Majka (Pol)", "Jay McCarthy (Aus)", "Jose Mendes (Por)", "Gregor Mühlberger (Aut)", "Matteo Pelucchi (Ita)", "Christoph Pfingsten (Ger)", "Lukas Pöstlberger (Aut)", "Pawel Poljanski (Pol)", "Juraj Sagan (Svk)", "Peter Sagan (Svk)", "Aleksejs Saramotins (Lat)", "Andreas Schillinger (Ger)", "Michael Schwarzmann (Ger)", "Rudiger Selig (Ger)"
0 notes
angelmillet-blog · 8 years ago
Text
var day; switch (new Date().getDay()) { case 0: day = "Sunday"; break; case 1: day = "Monday"; break; case 2: day = "Tuesday"; break; case 3: day = "Wednesday"; break; case 4: day = "Thursday"; break; case 5: day = "Friday"; break; case 6: day = "Saturday"; break; default: day = "unknown"; } document.getElementById("demo").innerHTML = " " + day;
Bora-Hansgrophe: Updates
The team is currently training in Australia prepping for their first race of the 2017 Season in the Tour Down Under. The Tour Down Under is held in Aledaide, Australia. The scheduled dates for this race are January 17-22 2017.
0 notes
angelmillet-blog · 8 years ago
Text
var day; switch (new Date().getDay()) { case 0: day = "Sunday"; break; case 1: day = "Monday"; break; case 2: day = "Tuesday"; break; case 3: day = "Wednesday"; break; case 4: day = "Thursday"; break; case 5: day = "Friday"; break; case 6: day = "Saturday"; break; default: day = "unknown"; } document.getElementById("demo").innerHTML = " " + day;
The New Competitor on the Cycling Scene: Bora-Hansgrophe
By: Angel Millet
This website will follow Bora-Hangsgrophe a German Professsional Cycling as they start their first season as a UCI World Team. After, accuring the 2-time/current UCI Road Cycling World Champion Peter Sagan. They were able to sign a three-year deal with Specialized Bicycle Components adding them as a competitor for many of the top races such as, the Classics, Tour de France, Giro de Italia, and Vuelta a Espana.
0 notes