From 9d53d8857eaa1c9405894a88ca75bc4657e42f35 Mon Sep 17 00:00:00 2001 From: msglm Date: Sat, 14 Jan 2023 05:31:48 -0600 Subject: Inital Commit --- .../Ch4_msglm/trillium/4.6.index.html | 38 ++++++++++++++++++++++ .../Ch4_msglm/trillium/4.6.services.html | 35 ++++++++++++++++++++ .../Ch4_msglm/trillium/4.6.trillium.css | 18 ++++++++++ 3 files changed, 91 insertions(+) create mode 100644 HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.index.html create mode 100644 HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.services.html create mode 100644 HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.trillium.css (limited to 'HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium') diff --git a/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.index.html b/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.index.html new file mode 100644 index 0000000..6c6f4f4 --- /dev/null +++ b/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.index.html @@ -0,0 +1,38 @@ + + + +Trillium Media Design + + + + +
+

Trillium Media Design

+
+ +
+

New Media and Web Design

+

Trillium Media Design will bring your company’s Web presence to the next level. We offer a comprehensive range of services:

+ +

Meeting Your Business Needs

+

Our expert designers will listen to you as they create a website that helps to promote and grow your business.

+
+ + + + + + + + diff --git a/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.services.html b/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.services.html new file mode 100644 index 0000000..d9d1804 --- /dev/null +++ b/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.services.html @@ -0,0 +1,35 @@ + + + +Trillium Media Design + + + + +
+

Trillium Media Design

+
+ +
+

Our Services Meet Your Business Needs

+
+
Website Design
+
Whether your needs are large or small, Trillium can get your company on the Web!
+
Interactive Animation
+
Multimedia training and marketing animations are our specialty.
+
E-Commerce Solutions
+
Trillium offers quick and easy entry into the e-commerce marketplace.
+
Usability Studies
+
Trillium can assess the usability of your current site and suggest improvements.
+
Search Engine Optimization
+
Most people find websites using search engines. Trillium can help you get your site noticed.
+
+
+ + + diff --git a/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.trillium.css b/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.trillium.css new file mode 100644 index 0000000..c260a61 --- /dev/null +++ b/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.trillium.css @@ -0,0 +1,18 @@ +body { + background-color: #F9F0FE; + color: #5B3256; +} +h1 { + background-color: #833B83; + color: #F9F0FE; +} +h2 { + background-color: #AD77C3; + color: #F9F0FE; +} +span { + background-color: black; +} +span h1 { + color: yellow; +} -- cgit v1.2.3