-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusefullinks.html
28 lines (25 loc) · 1.17 KB
/
usefullinks.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
<!DOCTYPE html>
<html>
<link href ='style.css' rel = 'stylesheet'>
<head>
<title>Pyparam</title>
</head>
<body>
<nav>
<ul class='nav'>
<li ><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/codes">Codes</a></li>
<li><a href="/usefullinks">Useful Links</a></li>
</ul>
</nav>
<a href = https://csmbrannon.net> Blog for Computational Mechanics and Computational Geometry</a> <br>
<a href = https://http://www.brown.edu/Departments/Engineering/Courses/En2340/Programming/programming.html>Computational Solid Mechanics : Implementation and Abaqus Subroutine refrences</a> <br>
<a href = https://www.colorado.edu/engineering/CAS/courses.d/IFEM.d/>Mathematics of Finite Elements and Implementation : Highly recommended for Writing your own codes</a> <br>
<footer>
<ul class='foot'>
<li class='footer'><a href="mailto:paramveersharma9@gmail.com">Mail</a></li>
<li class='footer'><a href="https://github.com/pyparam">GitHub</a></li>
<li class='footer'><a href="https://linkedin.com/in/paramveersharma">LinkedIn</a></li>
</ul>