All language subtitles for 10. Creating The Services Block - iOSMobile App Development

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
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
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian Download
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,110 --> 00:00:04,850 Let's create the second services section. 2 00:00:04,850 --> 00:00:09,220 The IOW slash Android app development section. 3 00:00:09,320 --> 00:00:14,840 Now I realized I've actually kind of been calling it the wrong thing so far I've been putting in the 4 00:00:14,840 --> 00:00:21,770 services menu mobile app development as well in the footer mobile app development but I'd actually like 5 00:00:21,770 --> 00:00:28,190 to call it IOW slash Android app development because I think that's just a little more clear to people. 6 00:00:28,400 --> 00:00:37,430 So let's go to our header real quick and in here we can scroll down to where we have are menu options 7 00:00:37,460 --> 00:00:42,230 constant and where we have the mobile app development option. 8 00:00:42,230 --> 00:00:44,030 Let's just change that too. 9 00:00:44,030 --> 00:00:52,970 I Os slash Android app development and we'll leave the mobile apps path because that's an easier path 10 00:00:53,000 --> 00:00:55,190 and I think that's why I'd gotten it confused. 11 00:00:55,400 --> 00:01:02,920 So let's save that and page or refresh and we can see that now we have Iowa's slash Android app development 12 00:01:02,990 --> 00:01:04,260 so that looks pretty good. 13 00:01:04,400 --> 00:01:14,630 And we can come down to our footer and for a footer let's come down to where we have the custom software 14 00:01:14,630 --> 00:01:22,880 development mobile app development and Web site development items and change it here to IOW slash Android 15 00:01:23,030 --> 00:01:23,840 app development. 16 00:01:23,990 --> 00:01:25,700 So save that. 17 00:01:25,970 --> 00:01:28,670 And now we have the footer corrected as well. 18 00:01:28,670 --> 00:01:34,180 So now we can close out of the footer close out of the header and return to our landing page. 19 00:01:34,190 --> 00:01:39,170 Dot J.S. what's come underneath the custom software icon. 20 00:01:39,200 --> 00:01:51,470 And let's go ahead and already import the mobile apps icon from assets mobile icon mobile icon and now 21 00:01:51,500 --> 00:02:00,260 we can come back down to our services block and we're going to copy this entire grid container so the 22 00:02:00,260 --> 00:02:07,670 entire custom software development section from the grid container direction of row all the way down 23 00:02:07,670 --> 00:02:10,790 to this third to last grid item tag. 24 00:02:10,850 --> 00:02:15,430 So I'm actually in the start here at the bottom so easier scroll all the way up to there. 25 00:02:15,680 --> 00:02:18,950 Actually we're going to take the entire grid item. 26 00:02:18,980 --> 00:02:20,360 Sorry had that wrong. 27 00:02:20,360 --> 00:02:28,670 So the whole grid item and we're going to copy that and so we'll actually place an entire new grid item 28 00:02:28,700 --> 00:02:30,040 right underneath that. 29 00:02:30,050 --> 00:02:36,110 So let's go up and where we had the services block actually change that to the custom software block 30 00:02:36,710 --> 00:02:44,420 and then come down here and the item that we had just pasted will be our I Os slash Android block. 31 00:02:45,110 --> 00:02:55,040 We can come down to the H for typography variant and what's changed the title here to OS slash Android 32 00:02:55,520 --> 00:03:10,550 app development and we'll change the first subtitle to extend functionality extend access increase engagement 33 00:03:10,910 --> 00:03:16,880 and then we'll come down to the second subtitle and we'll change this income all the way to the span 34 00:03:17,060 --> 00:03:29,330 and set that to integrate your web experience or create a standalone standalone app in here insert some 35 00:03:29,330 --> 00:03:37,550 javascript and we're going to check the matches S M breakpoint and if we are on a small device let's 36 00:03:37,550 --> 00:03:39,660 go ahead and leave it at No. 37 00:03:39,800 --> 00:03:46,340 But otherwise I want to have a line break in here and that'll just make it look a little bit better 38 00:03:46,340 --> 00:03:47,770 for bigger screens. 39 00:03:47,870 --> 00:03:53,480 But then when it shrinks down to being centered on smaller devices the line break won't be there and 40 00:03:53,480 --> 00:03:55,200 it will resize appropriately. 41 00:03:55,280 --> 00:04:03,700 So we'll finish this out with either mobile platform let's save this and we'll see our new section up 42 00:04:03,700 --> 00:04:10,350 here and there we go right underneath here you can see that we've got the Iaw and Android app development 43 00:04:10,350 --> 00:04:16,680 section but it still has the custom software icon and it's not in the right place either because we 44 00:04:16,680 --> 00:04:24,220 want this one to actually be over on the right end of the screen the push this section over to the right 45 00:04:24,400 --> 00:04:32,310 end of the screen we're going to change the justifying property for this row and the small break point 46 00:04:32,320 --> 00:04:33,570 when that is true. 47 00:04:33,610 --> 00:04:39,580 It's set to center but otherwise we're setting it to undefined and we should actually change that now 48 00:04:39,580 --> 00:04:47,140 to flex end so that it will be by default at the end of this containers main axis which will be the 49 00:04:47,140 --> 00:04:52,990 horizontal direction pushing it over to this right edge but we'll still leave the appropriate center 50 00:04:52,990 --> 00:04:56,410 styling for when we're a smaller screen size. 51 00:04:56,410 --> 00:04:59,300 So let's go ahead and save that and we'll see it. 52 00:04:59,320 --> 00:05:04,940 Now jump over correctly let's come down and change the icon as well. 53 00:05:04,940 --> 00:05:14,830 So changes now to our mobile apps icon and change the alt to mobile phone icon as well. 54 00:05:14,880 --> 00:05:22,460 Now we can save this and we will see our new icon has appeared this already is almost perfect because 55 00:05:22,460 --> 00:05:28,190 we had everything already set up from the custom software development section but you see that we have 56 00:05:28,250 --> 00:05:33,410 this time it's squished all the way up against the right edge of the screen you see there's no border 57 00:05:33,410 --> 00:05:38,310 over here where we have that border here on the left side of the custom software block. 58 00:05:38,420 --> 00:05:44,550 So we need to add a little border to the right side of the Iaw and Android app development block if 59 00:05:44,550 --> 00:05:53,370 you remember we created that little border here with this margin left style so on ah I was an android 60 00:05:53,370 --> 00:05:53,700 block. 61 00:05:53,700 --> 00:06:00,540 Let's go ahead and cut that style off of the grid item here and we actually want to place that on the 62 00:06:00,540 --> 00:06:00,860 grid. 63 00:06:00,870 --> 00:06:07,770 Item wrapping our image so that way on the icon here we'll get the border to the right side so we'll 64 00:06:07,770 --> 00:06:13,560 add these style prop here and we'll paste in the style that we had copied. 65 00:06:13,560 --> 00:06:18,940 We can remove that comma and we need to change it from a margin left to now a margin. 66 00:06:18,960 --> 00:06:19,590 Right. 67 00:06:19,590 --> 00:06:24,140 And that should add the space to the right side of the container of our image. 68 00:06:24,150 --> 00:06:25,670 So we'll save that. 69 00:06:25,800 --> 00:06:27,330 See the page refresh. 70 00:06:27,330 --> 00:06:31,060 And now we've got a nice five m border over on the right side. 71 00:06:31,170 --> 00:06:33,690 Consistent with our little border on the left. 72 00:06:33,780 --> 00:06:40,260 And you can see as I resize this it's still spaced appropriately and now as we start shrinking down 73 00:06:40,770 --> 00:06:44,430 you'll see that they move in together quite nicely. 74 00:06:44,460 --> 00:06:51,000 And when we hit the correct breakpoint they will center up and now they will continue to resize all 75 00:06:51,000 --> 00:06:52,010 the way down. 76 00:06:52,110 --> 00:06:59,500 And you can see they already resize is correctly thanks to the styles set from our previous section. 77 00:06:59,580 --> 00:07:01,940 So that wasn't too hard to get set up. 78 00:07:02,040 --> 00:07:07,620 And let's keep that ball rolling real quick and finish up the services section with the Web site block 79 00:07:07,770 --> 00:07:09,000 in the next video. 8768

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