-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (75 loc) · 2.42 KB
/
Copy pathindex.html
File metadata and controls
84 lines (75 loc) · 2.42 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
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kristen Cook</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 40px auto;
line-height: 1.6;
color: #333;
}
h1 {
margin-bottom: 5px;
}
h2 {
margin-top: 30px;
}
a {
color: #E87722;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.nav-button {
display: inline-block;
margin-bottom: 20px;
padding: 10px 15px;
background-color: #003A63;
color: white;
border-radius: 5px;
text-decoration: none;
}
.nav-button:hover {
background-color: #005a8c;
}
</style>
</head>
<body>
<a href="Lesson_ADN_Gen" class="nav-button">Lesson Generator</a>
<h1>Kristen Cook</h1>
<p><strong>Coordinator, Library Research & Instruction</strong></p>
<p><strong>Contact:</strong> (254) 299-8327</p>
<h2>About</h2>
<p>
I create Library Joy by collaborating across campus and showing up every day with enthusiasm.
I go the extra mile for students, faculty, and staff and strive to create a welcoming environment.
</p>
<h2>Subjects</h2>
<p>
Biographies, Biology, Business, Citations, Computers & Information Technology,
Current & World Issues, Databases, Environmental Science, Health Sciences,
Law, Nursing, Research Help, Science, Technology, Tutorials
</p>
<h2>Selected Research Guides</h2>
<ul>
<li><a href="https://mclennan.libguides.com/adn">Associate Degree Nursing (ADN)</a></li>
<li><a href="https://mclennan.libguides.com/Begin">Begin Your Research</a></li>
<li><a href="https://mclennan.libguides.com/biology">Biology</a></li>
<li><a href="https://mclennan.libguides.com/issues">Current & Controversial Issues</a></li>
<li><a href="https://mclennan.libguides.com/infolit">Developing Research Skills</a></li>
<li><a href="https://mclennan.libguides.com/environmental-science">Environmental Science</a></li>
<li><a href="https://mclennan.libguides.com/math">Mathematics</a></li>
</ul>
<p>
View all guides:
<a href="https://mclennan.libguides.com/prf.php?account_id=49017">
mclennan.libguides.com profile
</a>
</p>
</body>
</html>