All language subtitles for 052 Adding Content to Our Website.en_US

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
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
en English
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
fa Persian
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:00,590 --> 00:00:06,530 Now in order to continue styling our text and to change the text properties and learn about different 2 00:00:06,530 --> 00:00:13,400 ways of styling our text then we actually need a little bit more content than just these two lines of 3 00:00:13,400 --> 00:00:14,240 text. 4 00:00:14,480 --> 00:00:18,550 So let's add the rest of the content to our web site. 5 00:00:19,840 --> 00:00:26,590 Now if you look inside the resources for this lesson then you will find a download link where you can 6 00:00:26,590 --> 00:00:29,810 get the stub code that I've created for you. 7 00:00:29,890 --> 00:00:39,750 Now once you download it then you can right click and open it using Atom. Now this is what I've created 8 00:00:39,750 --> 00:00:40,550 for you. 9 00:00:40,770 --> 00:00:45,910 And it's basically just the structure of the rest of our web site. 10 00:00:46,050 --> 00:00:54,560 Now what I want you to do is just to copy the entire file and then paste it into your index.html, 11 00:00:54,600 --> 00:01:02,080 and you're going to replace your middle and your bottom container but nothing else. 12 00:01:02,100 --> 00:01:10,230 So as you can see the stub code includes the middle container as well as the bottom container. 13 00:01:10,500 --> 00:01:17,790 So we're just going to wholesale put that into your current index.html and you're going to replace 14 00:01:18,030 --> 00:01:22,380 these bits of stub code which I've placed in here. 15 00:01:22,380 --> 00:01:28,680 Now for those you guys who might be interested in what all of this means or what it is that I've put 16 00:01:28,680 --> 00:01:29,300 in here, 17 00:01:29,430 --> 00:01:31,650 what is all this mumbo jumbo, 18 00:01:31,650 --> 00:01:37,510 it might be good to explain to you - this is something that is used quite frequently in web design. 19 00:01:37,590 --> 00:01:44,170 It's used to place text paragraphs in a web site before you have any content. 20 00:01:44,280 --> 00:01:49,980 And if you go to loremipsumgenerator.com, you can actually find a little bit of history about 21 00:01:49,980 --> 00:01:58,500 what all of this is, where it comes from, and how it came to be used in a lot of web site styling and 22 00:01:58,560 --> 00:02:00,160 web design. 23 00:02:00,180 --> 00:02:03,500 So take a look here if you're interested. 24 00:02:03,510 --> 00:02:10,770 But basically you can generate these bits of text that don't really mean anything other than to look 25 00:02:10,770 --> 00:02:18,660 like normal English words of different lengths, and you can use that in your web site to take up space 26 00:02:18,750 --> 00:02:21,380 that your text content is going to go. 27 00:02:21,450 --> 00:02:28,770 So you can generate say one paragraph or five paragraphs and there's even other generators where you 28 00:02:28,770 --> 00:02:30,360 can get more specific than that. 29 00:02:30,360 --> 00:02:35,970 For example you can have four sentences, or specify the number of words, you can say if you want short, 30 00:02:35,970 --> 00:02:40,130 medium, or long sentences, and it will generate it for you as well. 31 00:02:40,140 --> 00:02:46,680 So that's pretty useful when you're creating web sites and you haven't yet got the content for the text 32 00:02:46,680 --> 00:02:47,450 yet. 33 00:02:47,460 --> 00:02:53,800 Now the other parts that you will have to update in here are the image sources and the image alt tags. 34 00:02:53,880 --> 00:03:00,300 Now the first image here is for your profile photo, so a picture of yourself, or, you know, if you don't 35 00:03:00,300 --> 00:03:05,820 want a picture of yourself, then put any picture you like. And these other images are for your skills 36 00:03:05,850 --> 00:03:12,330 that you're going to describe in your skills section, so you can go ahead and add a source to those images 37 00:03:12,450 --> 00:03:13,320 too. 38 00:03:13,440 --> 00:03:19,770 And at the bottom here we've got a button that is going to open the default mail app to an e-mail address 39 00:03:19,830 --> 00:03:20,830 of your choice. 40 00:03:20,940 --> 00:03:23,240 So that could be your contact e-mail. 41 00:03:23,250 --> 00:03:30,480 And finally in the last section we've got three links that go towards any site that you wish. 42 00:03:30,480 --> 00:03:35,280 So that could be your Linked In profile, your Twitter profile, your web site... 43 00:03:35,280 --> 00:03:41,820 So go ahead and change all of these links in there to whatever it is that you want and change this 44 00:03:41,910 --> 00:03:46,340 to your name so that you have a copyright at the bottom of your page. 45 00:03:46,380 --> 00:03:53,910 So go ahead and paste all of this stub code inside your index.html and update the Lorem Ipsum 46 00:03:54,000 --> 00:03:56,070 and also change the images. 47 00:03:56,070 --> 00:04:02,820 Now once you have done all that I want you to go ahead and delete all the code that's inside your middle 48 00:04:02,970 --> 00:04:06,990 and your bottom container inside the CSS file. 49 00:04:06,990 --> 00:04:13,530 And once you're happy with your content inside your index.html, including all of that stub code, and 50 00:04:13,530 --> 00:04:18,190 you've gotten rid of those styles inside the middle and the bottom container in your styles.css, 51 00:04:18,190 --> 00:04:24,380 then once you’ve refreshed your web site this is what you should roughly have. 52 00:04:24,390 --> 00:04:31,320 So the top section stays unchanged because we haven't touched it at all, but you should have a profile 53 00:04:31,320 --> 00:04:34,110 picture of yourself, a greeting word, it could be, 54 00:04:34,110 --> 00:04:37,680 you can leave the Hello there or you can change it if you wish. 55 00:04:38,070 --> 00:04:41,350 And you've got a little brief bio about yourself. 56 00:04:41,550 --> 00:04:48,420 Then you've got the section called My Skills, which is going to have one image that is going to represent 57 00:04:48,420 --> 00:04:51,250 your first skill, whatever that may be. 58 00:04:51,450 --> 00:04:56,850 And then you're going to find another image that is going to represent your second skill, whatever that 59 00:04:56,970 --> 00:04:58,600 may be as well. 60 00:04:58,600 --> 00:05:04,590 Now if you're short on images for that section and you couldn't find any in Google that you liked then 61 00:05:04,650 --> 00:05:08,380 take a look at this web site called flaticon.com. 62 00:05:08,610 --> 00:05:16,890 Here they've got more than half a million vector icons which you can search and some of these are really 63 00:05:16,890 --> 00:05:17,960 really cool. 64 00:05:17,970 --> 00:05:23,970 For example these little profile ones or you can search for something like computer and you've got these 65 00:05:24,030 --> 00:05:31,250 really nice packs that you can use free for commercial use as long as you give adequate attribution. 66 00:05:31,260 --> 00:05:37,690 So then if you have a look at each of these icons, then you can download them as a png in whichever size 67 00:05:37,780 --> 00:05:39,290 you would prefer. 68 00:05:39,850 --> 00:05:45,120 And you can insert those into your web page as a relative URL. 69 00:05:45,200 --> 00:05:51,100 Now if you happen to find a nice looking image on Google or you found an image of yourself then 70 00:05:51,100 --> 00:05:57,730 you can simply get the URL by just right clicking and copying the image address and pasting that into 71 00:05:57,730 --> 00:05:59,970 the source on your web site. 72 00:06:00,370 --> 00:06:07,030 Now if you wanted an image that was an animated gif perhaps, then a good source is to head over to 73 00:06:07,030 --> 00:06:14,410 giphy.com, and you can search for something that you want to include, and if you select the sticker tab 74 00:06:14,590 --> 00:06:21,040 then you will get these transparent gifs which will look a lot nicer on your page because your background 75 00:06:21,040 --> 00:06:27,560 color will go all around it instead of it being just a square or a rectangle. 76 00:06:27,820 --> 00:06:34,180 And finally at the bottom you've got a Contact Me link that takes you to whichever e-mail that you would 77 00:06:34,180 --> 00:06:35,860 prefer to be contacted by. 78 00:06:35,920 --> 00:06:40,710 And you've got your social links at the bottom that go towards wherever you want it to. 79 00:06:40,930 --> 00:06:48,010 So this is the rest of the content for our web site, and for the remaining lessons we'll be styling this 80 00:06:48,010 --> 00:06:52,920 content to make it look more and more like a professional personal site. 8643

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