-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (143 loc) · 10.3 KB
/
index.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
168
169
170
171
<!DOCTYPE html>
<html>
<head>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
</head>
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner -->
<img src="file:///Users/georgewang/Pictures/Fire%20flower.jpg" style="width:100%">
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-black">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="#about" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-user w3-xxlarge"></i>
<p>ABOUT</p>
</a>
<a href="#photos" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-eye w3-xxlarge"></i>
<p>ARCHIVES</p>
</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-envelope w3-xxlarge"></i>
<p>CONTACT</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:25% !important">HOME</a>
<a href="#about" class="w3-bar-item w3-button" style="width:25% !important">ABOUT</a>
<a href="#photos" class="w3-bar-item w3-button" style="width:25% !important">ARCHIVES</a>
<a href="#contact" class="w3-bar-item w3-button" style="width:25% !important">CONTACT</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo"><span class="w3-hide-small">I'm</span> William Lawson.</h1>
<p>Individual Developer and Freelancer.</p>
<img src="file:///Users/georgewang/Pictures/Universe-1.jpg" alt="boy" class="w3-image" width="992" height="1108">
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about">
<h2 class="w3-text-light-grey">About Me</h2>
<hr style="width:200px" class="w3-opacity">
<p>A graduate of Fort Hays State University. Once majored in Business Administration. I'm now pursuing a career in applied mathematics. My research interests focusing on computational fluid dynamics simulations and the stability of solutions to partial differential equations. At present, I am studying systematic mathematics and hope to find like-minded friends.
</p>
<h3 class="w3-padding-16 w3-text-light-grey">My Skills</h3>
<p>
Operating System: ArchLinux <br>
Coding: C++, Python <br>
Typsetting Tools: LaTex,Overleaf. <br>
</p>
<!-- Portfolio Section -->
<div class="w3-padding-64 w3-content" id="photos">
<h2 class="w3-text-light-grey">Archives</h2>
<hr style="width:200px" class="w3-opacity">
<h2 style="font-size:30px">Learning Materials<h2>
<h3 style="font-size:24px">Mathematical Analysis<h3>
<p><a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E5%AE%9E%E5%88%86%E6%9E%90/Stein,%20Shakarchi-Real%20analysis%20Measure%20theory,%20integration,%20and%20Hilbert%20spaces.pdf">Stein-Real Analysis</a>
and <a href ="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E5%AE%9E%E5%88%86%E6%9E%90/Solutions%20stein%20real%20analysis.pdf">Solution</a>
</p>
<br>
<p>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E5%A4%8D%E5%88%86%E6%9E%90/Stein%20%E5%A4%8D%E5%88%86%E6%9E%90/Stein%20Shakarchi%E5%A4%8D%E5%88%86%E6%9E%90.pdf">Stein-Complex Analysis</a> and <a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E5%A4%8D%E5%88%86%E6%9E%90/Stein%20%E5%A4%8D%E5%88%86%E6%9E%90/Solution%20to%20Complex%20analysis-Stein.pdf">Solution</a>
</p>
<br>
<p>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E5%A4%8D%E5%88%86%E6%9E%90/Stein%20%E8%B0%83%E5%92%8C%E5%88%86%E6%9E%90/Stein%20Fourier%20Analysis.pdf">Stein-Fourier Analysis</a> and <a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E5%A4%8D%E5%88%86%E6%9E%90/Stein%20%E8%B0%83%E5%92%8C%E5%88%86%E6%9E%90/Stein%20Fourier%20Analysis.pdf">Solutions</a>
</p>
<br>
<p><a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E6%B3%9B%E5%87%BD%E5%88%86%E6%9E%90/Stein,%20Pierce%20-Funtional%20Analysis.pdf">Stein-Functional Analysis</a>
<br>
<p><a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%88%86%E6%9E%90%E5%AD%A6/%E6%B3%9B%E5%87%BD%E5%88%86%E6%9E%90/Functional%20Analysis,%20Sobolev%20Spaces%20and%20PDEs.pdf">Functional Analysis, Sobolev Spaces and Partial Differential Equations<a>
</p>
<h3 style="font-size:24px">Algebra<h3>
<p><a href="file:///Users/georgewang/Downloads/GTM%2073%20Algebra/(GTM%2073)%20Thomas%20W.%20Hungerford%20-%20Algebra-Springer.pdf">(GTM 73)Thomas Hungerford.-Algebra</a> and <a href="file:///Users/georgewang/Downloads/GTM%2073%20Algebra/Solutions%20to%20GTM%2073%20Hungerford-%20Algebra.pdf">Solutions</a> <br>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E4%BB%A3%E6%95%B0/Matrix%20Analysis%20&%20Applied%20Linear%20Algebra%20-%20Carl%20D%20Meyer.pdf">Matrix Analysis and Applied algebra</a> <br>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E4%BB%A3%E6%95%B0/Matrix%20Analysis%20&%20Applied%20Linear%20Algebra%20-%20Carl%20D%20Meyer.pdf">Advanced modern Algebra</a> <br>
</p>
<h3 style="font-size:24px">Differential Equation<h3>
<p><a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E6%95%B0%E7%90%86%E6%96%B9%E7%A8%8B/Evans_PDEs/PDE-Evans%20Lawerence.pdf">Evans-PDEs(2nd Editions)</a> and <a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E6%95%B0%E7%90%86%E6%96%B9%E7%A8%8B/Evans_PDEs/%20Solutions%20to%20Evans_PDE_Chapters_5-9.pdf">some solutions</a> <br>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E6%95%B0%E7%90%86%E6%96%B9%E7%A8%8B/PDEs%20With%20Applications%20and%20historcial%20Notes-Ariana.pdf">Historical Notes</a> <br>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%BE%AE%E5%88%86%E6%96%B9%E7%A8%8B/%E5%B8%B8%E5%BE%AE%E5%88%86%E6%96%B9%E7%A8%8B/Brier,%20lia%20dwi%20jayanti%20-%202020%20-%20An%20Introduction%20to%20Ordinary%20Differential%20Equations.pdf"> Introductions to ODEs</a> and <a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%BE%AE%E5%88%86%E6%96%B9%E7%A8%8B/%E5%B8%B8%E5%BE%AE%E5%88%86%E6%96%B9%E7%A8%8B/Simmons,%20Krantz%20-%202007%20-%20Differential%20equations%20theory,%20technique,%20and%20practice.pdf">Practices</a> <br>
</p>
<br>
<h3 style="font-size:24px">Differential Geometry<h3>
<p>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%BE%AE%E5%88%86%E5%87%A0%E4%BD%95%EF%BC%88%E6%B5%81%E5%BD%A2%EF%BC%89/Differential%20Geometry%20Notes.pdf">Differential Geometry Notes</a> and <a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E5%BE%AE%E5%88%86%E5%87%A0%E4%BD%95%EF%BC%88%E6%B5%81%E5%BD%A2%EF%BC%89/solutions%20of%20introduction-to-manifolds.pdf">Practices</a>
</p>
<br>
<h3 style="font-size:24px">Topology<h3>
<p>
<a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E6%8B%93%E6%89%91/Topology%EF%BC%882nd%20Edition%EF%BC%89-James%20Munkures.pdf">James Munkures-Topology</a> and <a href="file:///Users/georgewang/Desktop/%E6%95%B0%E5%AD%A6%E7%B3%BB/%E6%8B%93%E6%89%91/Whitman%20-%202019%20-%20Topology%20Second%20Edition%20by%20James%20Munkres%20Solutions%20Manual.pdf">Solutions</a>
</p>
<!-- End Portfolio Section -->
</div>
<!-- Contact Section -->
<div class="w3-padding-64 w3-content w3-text-grey" id="contact">
<h2 class="w3-text-light-grey">Contact Me</h2>
<hr style="width:200px" class="w3-opacity">
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-text-white w3-xxlarge w3-margin-right"></i> Beijing, China</p>
<p><i class="fa fa-phone fa-fw w3-text-white w3-xxlarge w3-margin-right"></i> Phone: +00 151515</p>
<p><i class="fa fa-envelope fa-fw w3-text-white w3-xxlarge w3-margin-right"> </i> Email: [email protected]</p>
</div><br>
<p>Let's get in touch. Send me a message:</p>
<form action="/action_page.php" target="_blank">
<p><input class="w3-input w3-padding-16" type="text" placeholder="Name" required name="Name"></p>
<p><input class="w3-input w3-padding-16" type="text" placeholder="Email" required name="Email"></p>
<p><input class="w3-input w3-padding-16" type="text" placeholder="Subject" required name="Subject"></p>
<p><input class="w3-input w3-padding-16" type="text" placeholder="Message" required name="Message"></p>
<p>
<button class="w3-button w3-light-grey w3-padding-large" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</p>
</form>
<!-- End Contact Section -->
</div>
<!-- Footer. This section contains an ad for W3Schools Spaces. You can leave it to support us. -->
<!-- END PAGE CONTENT -->
</div>
</body>
</html>