-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog2.html
More file actions
82 lines (68 loc) · 4.57 KB
/
blog2.html
File metadata and controls
82 lines (68 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blog 2 – G. Mark Kanyer Portfolio</title>
<link rel="icon" type="image/png" href="images/headshot1.png">
<link rel="stylesheet" href="blog2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Site Title -->
<div class="site-title">
<h1>G. Mark Kanyer Portfolio</h1>
</div>
<!-- Navigation -->
<nav>
<a href="index.html"><i class="fas fa-home"></i> Home</a>
<a href="about.html"><i class="fas fa-user"></i> About</a>
<a href="resume.html"><i class="fas fa-file-alt"></i> Resume</a>
<a href="experience.html"><i class="fas fa-briefcase"></i> Experience</a>
<a href="contact.html"><i class="fas fa-envelope"></i> Contact</a>
<a href="blog.html"><i class="fas fa-comment-dots"></i> Blog</a>
</nav>
<!-- Main Content -->
<div class="content">
<div class="post-container">
<!-- Section label -->
<div class="section-label">OPINION</div>
<!-- Title -->
<h1 class="post-title">Top 3 Marketing Electives at UW Tacoma: Recommended by Marketing Graduate</h1>
<!-- Meta Info -->
<div class="post-meta">
<span class="meta-item">📅 October 17, 2025</span>
<span class="meta-item">👤 Mark Kanyer</span>
<span class="meta-item">👁️ 1 view</span>
<span class="meta-item">🏷️ Marketing Electives, UW Tacoma, Student Life, Career Development</span>
</div>
<!-- Featured Image -->
<img src="images/uwtacoma2.jpeg" alt="Nostalgic Logos" class="blog-full-image">
<!-- Teaser / Lede -->
<p class="lede"><strong>Three key marketing electives truly stand out in providing a well-rounded, modern marketing education at the University of Washington Tacoma.</strong> These classes combine creativity, analytics, and real-world application, helping you prepare for the rapidly evolving marketing landscape.</p>
<!-- Author attribution -->
<p class="byline"><em>By Mark Kanyer</em></p>
<!-- Article Body -->
<h2>1. T MKTG 465: Digital Marketing</h2>
<p>It’s no secret that digital marketing is the future of the industry. That’s why getting hands-on experience early is so important. The newly offered T MKTG 465: Digital Marketing course gives students valuable insight into how brands connect with audiences in an increasingly online world. It’s an excellent choice for anyone interested in technology-driven marketing or looking to work with companies like Microsoft, Amazon, or other major players in the digital space. </p>
<h2>2. T MKTG 425: Advertising</h2>
<p>Love them or hate them, advertisements are the heartbeat of marketing. Without them, companies would struggle to survive, and consumers wouldn’t even know what’s out there to buy. T MKTG 425: Advertising dives deep into the creative and strategic processes behind building successful ad campaigns. It’s a fantastic opportunity to explore the art, psychology, and impact of advertising, something often misunderstood but vital to every business.</p>
<!-- Featured Image 2 -->
<img src="images/uwtacoma3.jpg" alt="Nostalgic Logos" class="blog-full-image">
<h2>3. TBANLT 480: Social Media Management and Analytics</h2>
<p>In today’s world, social media isn’t just a platform; it’s a vital part of every brand’s identity. TBANLT 480: Social Media Management and Analytics teaches you how to manage brand presence, analyze engagement data, and create meaningful online interactions. This course perfectly bridges creativity with analytics, equipping you with the skills to make data-driven decisions in a rapidly evolving space.</p>
<h2>Conclusion</h2>
<p>These are the top three electives I’d personally recommend as an MSBA student at UW Tacoma for anyone looking to build a strong foundation in marketing and stand out in the digital era.</p>
</div> <!-- post-container -->
</div>
<!-- Footer -->
<footer>
<h3><strong>Contact</strong></h3>
<div class="footer-links">
<a href="mailto:Markkanyer@yahoo.com"><i class="fas fa-envelope"></i> Email</a>
<a href="https://www.linkedin.com/in/markkanyer/" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a>
<a href="https://github.com/Markkanyer" target="_blank"><i class="fab fa-github"></i> GitHub</a>
<a href="https://tacomauw.joinhandshake.com/profiles/markkanyer" target="_blank"><i class="fas fa-h-square"></i> Handshake</a>
</div>
</footer>
</body>
</html>