-
Notifications
You must be signed in to change notification settings - Fork 0
/
senior_year.html
167 lines (131 loc) · 8.3 KB
/
senior_year.html
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<title>Yan Mo Senior Year</title>
<style>
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav >li >a:focus{
color:orange !important;
}
.navbar-default .navbar-nav > li > a{
color:white;
font-size: 1.1em;
}
</style>
</head>
<body class="container">
<nav class="navbar navbar-default navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">
<img src="images\whiteseal.png" width="30" height="30" class="d-inline-block align-top" alt="homelabel">
Yan Mo 莫颜
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home 主页</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linfield.edu">Linfield College 林菲尔德学院</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Academic Portfolio<span class="sr-only">(current)</span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item disabled" href="#">Freshman Year</a>
<a class="dropdown-item disabled" href="#">Sophomore Year</a>
<a class="dropdown-item disabled" href="#">Junior Year</a>
<a class="dropdown-item" href="senior_year.html">Senior Year</a>
<!--div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a-->
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="Resume.html">Resume 简历</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
</div>
</nav>
<br>
<h1 style="text-align: center">My Senior Year Academic Work</h1>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">PLATFORM-BASED SOFTWARE DEVELOPMENT <span class="text-muted">2018SP COMP405</span></h2>
<p class="lead">Design and development of software applications that reside on specific platforms. The course focuses on integrated software development environment in which application development methodologies and constraints for web platforms, mobile platforms and game platforms. Lecture and mandatory one-hour lab session per week.</p>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<a href="#" class="btn btn-primary btn-lg disabled" role="button" aria-pressed="true">Course Catalog</a>
<a href="#" class="btn btn-info btn-lg active" role="button" aria-pressed="true">Syllabus</a>
</div>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images\whiteseal.png" width="500" height="500" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">SEM:WINE/BUS/VALUE CHAIN MANAGEMENT <span class="text-muted">2018SP BNSS486</span></h2>
<p class="lead">This particular seminar course will include selected topics and assignments involving the wine industry in other countries, the United States, and vineyards and wineries in Oregon. The use of guest speakers and various field trips are planned; these are intended to add to the students’ learning regarding the interrelationships between the various wine value chain and management activities.</p>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<a href="#" class="btn btn-primary btn-lg disabled" role="button" aria-pressed="true">Course Catalog</a>
<a href="#" class="btn btn-info btn-lg active" role="button" aria-pressed="true">Syllabus</a>
</div>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto"src="images\whiteseal.png" width="500" height="500" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">TOPICS: INTRO TO CRYPTOLOGY <span class="text-muted">2018SP MATH299</span></h2>
<p class="lead">For this class, students will learn how to encrypt (scramble a message using a cipher), decrypt (unscramble a message sent using a cipher), and break a number of classical and modern ciphers.</p>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<a href="#" class="btn btn-primary btn-lg disabled" role="button" aria-pressed="true">Course Catalog</a>
<a href="#" class="btn btn-info btn-lg active" role="button" aria-pressed="true">Syllabus</a>
</div>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images\whiteseal.png" width="500" height="500" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">SALES & SALES MANAGEMENT <span class="text-muted">2018SP BNMK420</span></h2>
<p class="lead">One key takeaway from this class is: The Most Valuable Resource in Any Organization is Its People. All of us behave differently and have different strengths and weaknesses yet we must work together collaboratively to achieve organizational goals and objectives. Those same conditions apply to the classroom where we will simulate business and sales situations and dilemmas with projects and exercises.</p>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<a href="#" class="btn btn-primary btn-lg disabled" role="button" aria-pressed="true">Course Catalog</a>
<a href="#" class="btn btn-info btn-lg active" role="button" aria-pressed="true">Syllabus</a>
</div>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="images\whiteseal.png" width="500" height="500" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<div class="footer" style="text-align: center">
Copyright © Yan Mo<sup>TM</sup> 2018. All Rights Reserved.
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>
</html>