week11-13
For week 11~13, we are working on our final website design assignment. q
seen from China

seen from Sweden

seen from Taiwan

seen from United States
seen from Japan

seen from United States
seen from Germany

seen from United States

seen from United States

seen from Germany
seen from Maldives
seen from United States
seen from China
seen from Australia

seen from United States
seen from United States
seen from United States
seen from China
seen from Poland
seen from Russia
week11-13
For week 11~13, we are working on our final website design assignment. q

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
WEEK 10(Friday):
For the Friday’s class, we learned how to do a simple one-page scroll script on Dreamweaver, we make a navigation bar at first, then make pages. we’ve got some codes of simple one-page scroll script and the fixed code pf flickering problem. the images below is one-page scroll script that I made, and the coding of it.
WEEK 10:
For this week, we learned how to using CSS properties in adobe illustrator to transporting files from AI to CSS. The first picture is the exercise of this. select Window > CSS Properties on Illustrator, then view the css code for selected objects, copy the code, then export elements to the CSS file. I think it is a more simple and convenient method. After that, we also learned how to make animation on CSS, such as adjust the duration, timing, iteration count, speed, direction and fill mode, The second picture is the exercise of it. The last picture is about make the hover effect in an image, such as titling, rotating, calling, add boarder, change width and colour of the boarder, add shadow…
Week 10 Exercise 2
We are doing the one page scroll, with text in the middle.
We learnt how to call jsquery and paste the javascript that is already available for us. The one page scroll website is suitable for a website that has a lot of content and looooooong page websites.
WEEK 10 (exercise 1)
We learned about transporting files from ai to css by using css properties in adobe illustrator.
We learned about animation timing, animation duration, animation iteration count, animation fillmode, animation direction.
Also some hover effect like tilting, rotating, caling, changing the border color or shape, filters like blurring and turn the image to black and white.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Week 9:
For week 9, we’ve learned the using media Queries to control layouts and adapting for different media. First three pictures show the background colour and the size of the fonts would be change when the browser’s size change. Example of the ode on CSS for this skill:
@media (max-width:900px) { body { background-color:#A7EDFF; } h1 { color:#FFCACB; font-size:60px; } }
And the second exercise is we downloaded an example layout from blackboard, then we had to redo this example web. The last two pictures is the example and the page that I did.
WEEK 9
We learnt about adaptive layout, which make the image or the whole website to stretch if we drag the window of chrome/safari/etc. We did the adaptive layout with mediaqueries in css by setting the website width. if the website width is A px, then the view would be like A. if the website width is B px, then the view would be like B.
And for the class exercise, we were given a sample that we need to imitate exactly the same with the sample. So what I posted is my own created html-css. I tried to imitate the same layout and position with the sample.
WEEK 8: In this week, we continued learn about coding, such as how to download fonts and put into the website and how to link to other pages.The images above is the exercises that we did.