All language subtitles for 007 Downloading Course Material.en_US

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranรฎ)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,660 --> 00:00:03,950 Now, one of the things that you need 2 00:00:03,950 --> 00:00:06,500 in order to go through this course is 3 00:00:06,500 --> 00:00:09,420 to get access to some starter files 4 00:00:09,420 --> 00:00:12,730 for each of the sections in this course. 5 00:00:12,730 --> 00:00:14,060 And so in this video, 6 00:00:14,060 --> 00:00:15,880 let me very quickly show you 7 00:00:15,880 --> 00:00:18,193 how you can access those files. 8 00:00:19,600 --> 00:00:21,940 So the entire starter files, 9 00:00:21,940 --> 00:00:24,830 as well as the final files for each 10 00:00:24,830 --> 00:00:26,890 of the sections of the course 11 00:00:26,890 --> 00:00:31,590 are hosted in this so-called repository on GitHub. 12 00:00:31,590 --> 00:00:35,200 And GitHub is basically a code platform 13 00:00:35,200 --> 00:00:38,500 where most developers upload their code to, 14 00:00:38,500 --> 00:00:41,510 in order to share it or to collaborate 15 00:00:41,510 --> 00:00:45,170 with other developers or simply to store it. 16 00:00:45,170 --> 00:00:48,310 So a repository is basically a folder 17 00:00:48,310 --> 00:00:52,230 which contains a bunch of code or other files. 18 00:00:52,230 --> 00:00:56,040 And each repository can be accessed by a URL 19 00:00:56,040 --> 00:01:00,440 and this repository is available on this, URL here. 20 00:01:00,440 --> 00:01:03,760 But don't worry, you don't have to type that in. 21 00:01:03,760 --> 00:01:07,930 So I included this link in this lecture on Udemy, 22 00:01:07,930 --> 00:01:11,570 and it should also be in the very first text lecture 23 00:01:11,570 --> 00:01:13,220 of this section. 24 00:01:13,220 --> 00:01:16,460 So I'm sure that you can find this link here, 25 00:01:16,460 --> 00:01:20,250 so this URL, somewhere in this lecture. 26 00:01:20,250 --> 00:01:23,180 So just click that and then you will end up 27 00:01:23,180 --> 00:01:26,110 on this exact same repository. 28 00:01:26,110 --> 00:01:28,550 So in this repository, as I mentioned, 29 00:01:28,550 --> 00:01:30,740 we have all the starter files 30 00:01:30,740 --> 00:01:33,850 and for each of the sections of the course, 31 00:01:33,850 --> 00:01:35,930 there is 1 folder. 32 00:01:35,930 --> 00:01:37,600 For example, the next section, 33 00:01:37,600 --> 00:01:40,330 which are the HTML Fundamentals, 34 00:01:40,330 --> 00:01:44,743 contains all of these images and also this text document. 35 00:01:46,450 --> 00:01:51,020 Okay, I also included the final code 36 00:01:51,020 --> 00:01:52,930 for each of the sections, 37 00:01:52,930 --> 00:01:55,810 so that you can always compare your own code 38 00:01:55,810 --> 00:01:58,560 to the code that I'm writing in the videos. 39 00:01:58,560 --> 00:02:00,470 And this will be very important, 40 00:02:00,470 --> 00:02:03,420 so that you can compare your code to mine 41 00:02:03,420 --> 00:02:06,760 in case that you have any mistakes in your code. 42 00:02:06,760 --> 00:02:09,780 So comparing your code to mine, like this, 43 00:02:09,780 --> 00:02:13,660 will always be your easiest way of finding mistakes, 44 00:02:13,660 --> 00:02:17,880 so of finding errors that you are maybe typing in your code 45 00:02:17,880 --> 00:02:20,260 and that will happen for sure. 46 00:02:20,260 --> 00:02:22,150 It happens to all beginners. 47 00:02:22,150 --> 00:02:23,810 And so in that situation, 48 00:02:23,810 --> 00:02:26,493 you can just get access to the final code. 49 00:02:27,600 --> 00:02:31,700 Finally, down here, there is also this written document, 50 00:02:31,700 --> 00:02:35,710 which contains these most frequently asked questions. 51 00:02:35,710 --> 00:02:37,860 So before actually starting the course, 52 00:02:37,860 --> 00:02:40,610 it might be a good idea to quickly read 53 00:02:40,610 --> 00:02:41,910 through these questions. 54 00:02:41,910 --> 00:02:44,880 That should only take you like 3 minutes, 55 00:02:44,880 --> 00:02:48,040 but I'm sure it will help you clear some doubts 56 00:02:48,040 --> 00:02:50,773 that you might get as you go through the course. 57 00:02:52,050 --> 00:02:55,280 But anyway, what we really came here to 58 00:02:55,280 --> 00:02:59,000 is to actually get access to the code, right? 59 00:02:59,000 --> 00:03:01,830 And so to download this code, 60 00:03:01,830 --> 00:03:05,750 all we have to do is to click here on this green button 61 00:03:05,750 --> 00:03:09,503 and then down here choosing the download zip option. 62 00:03:10,550 --> 00:03:12,660 And now this should probably take some time 63 00:03:12,660 --> 00:03:15,300 because there are a lot of images here. 64 00:03:15,300 --> 00:03:18,173 And so let's just wait for this download to finish. 65 00:03:19,550 --> 00:03:23,610 Okay, and that download just finished. 66 00:03:23,610 --> 00:03:26,060 Now let's go back to the desktop 67 00:03:26,060 --> 00:03:28,730 or wherever you are working. 68 00:03:28,730 --> 00:03:31,150 And then let's simply put 69 00:03:32,520 --> 00:03:34,693 those files that we just downloaded there. 70 00:03:36,260 --> 00:03:41,260 All right, so then we need to extract this zip archive 71 00:03:41,460 --> 00:03:42,293 and on a Mac, 72 00:03:42,293 --> 00:03:45,140 you just have to double click that file 73 00:03:45,140 --> 00:03:46,240 and on Windows, 74 00:03:46,240 --> 00:03:49,423 you just right click and then extract all. 75 00:03:50,670 --> 00:03:54,380 Okay, so we don't need that anymore. 76 00:03:54,380 --> 00:03:56,670 And now let's quickly open up this folder, 77 00:03:56,670 --> 00:03:59,190 just so we can see that it is indeed 78 00:03:59,190 --> 00:04:03,630 the exact same files that we just saw on GitHub. 79 00:04:03,630 --> 00:04:05,960 So we have the starter files 80 00:04:05,960 --> 00:04:08,640 and here, the files for the next section, 81 00:04:08,640 --> 00:04:11,680 and then also the final files. 82 00:04:11,680 --> 00:04:14,770 And so now with these starter files in place, 83 00:04:14,770 --> 00:04:17,860 we are actually ready to start learning HTML 84 00:04:17,860 --> 00:04:19,173 in the next section. 6157

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.