-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMLA Style Guide.html
More file actions
56 lines (45 loc) · 1.57 KB
/
MLA Style Guide.html
File metadata and controls
56 lines (45 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Critical Thinking - thinkWrite (beta)</title>
<meta name="description" content="Cited correctly in literature papers on the Online English Writing Lab of Beijing Foreign Studies University.">
<link href="styles/main.css" rel="stylesheet">
<link href="styles/switch.css" rel="stylesheet">
</head>
<body>
<header>
<h1>thinkWrite (beta)</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="Creative Thinking.html">Creative Thinking</a>
<a href="Critical Thinking.html">Critical Thinking</a>
<a href="MLA Style Guide.html" class="current">MLA Style Guide</a>
<a href="Experimental Tools.html">Experimental Tools</a>
</nav>
<h2><a href="The List of Works Cited.html">The List of Works Cited</a></h2>
<h2><a href="In-Text Citations.html">In-Text Citations</a></h2>
<footer>
Copyright © 2018-2019 thinkWrite (beta) for academic use only
</footer>
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page loading time) -->
<!-- BEGIN CORE PLUGINS -->
<script src="styles/jquery.min.js" type="text/javascript"></script>
<script>
$(".showhideAndViewWithSwitch").on("click",function(){
var smBtn = $(this);
if(smBtn.hasClass("switchOn")){
smBtn.removeClass("switchOn");
$(".hideAndViewWithSwitch").hide();
initMasonry();
}else{
smBtn.addClass("switchOn");
$(".hideAndViewWithSwitch").show();
initMasonry();
}
});
</script>
</body>
</html>