-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
97 lines (81 loc) · 4.51 KB
/
calendar.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178497372-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-178497372-1');
</script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KMWCV6M" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="files/main.css" rel="stylesheet">
</head>
<title>Junwu Zhang</title>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color: #8c1515;">
<div class="container" style="width: 66%; margin: auto;">
<a class="navbar-brand" href="index.html#">Junwu Zhang</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggle">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://drive.google.com/file/d/1-2HnAU0uBXPdRqz_txhJImIGdF-DoJR2/view?usp=sharing"
target="_blank">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="calendar.html">Calendar</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Calendar -->
<div class="container" style="padding-top: 50px; width: 66%; margin: auto;">
<h3 id="Calendar" style="padding-top: 0px; margin-top: -20px;">Calendar</h3>
<ul>
<!-- <iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FLos_Angeles&src=emhhbmdqdW53dTEyQGdtYWlsLmNvbQ&src=NXM4bmZuZmVhMmUyYmdnYTF0ZTg0dXYxcjhAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=OGVwYzJqcGpwdGExcmg0OTM4bW1pNmc5YjhAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=MHA1dGR1c2hsaTBoaTdnZTNpam5panJvZzBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=YWNnNGpoOHNiMWEwbXFobjdqMTdlbDJoam9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=M2M4YXFzYm9wMDEyYmUxN2pzcGRucm1hc2NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=dGd0YTdrMzg1cjhwc2R1bHFram8yczVlZmdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=NGpuY3RuMzBkaGVhanFlMGRjdXBnODlvbzRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%234285F4&color=%23a69d96&color=%23ad3526&color=%23D50000&color=%23ab9d80&color=%236900a6&color=%23F09300&color=%23EF6C00&mode=WEEK" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no">
</iframe> -->
<!-- Google Calendar Appointment Scheduling begin -->
<iframe src="https://calendar.google.com/calendar/appointments/AcZssZ20MdSzTIIPrYVZ1RhnktJU5V35E3_GG_mXwzg=?gv=true" style="border: 0" width="100%" height="600" frameborder="0"></iframe>
<!-- end Google Calendar Appointment Scheduling -->
</ul>
</div><br><br>
<!-- /container -->
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
</body>
</html>