-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (106 loc) · 4.22 KB
/
index.html
File metadata and controls
110 lines (106 loc) · 4.22 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
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
<!doctype <!DOCTYPE html>
<html>
<head>
<title>Software Developers CoP</title>
<link rel="stylesheet" href="css/bootstrap/css/bootstrap-yeti.min.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="/">Software Developers CoP</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="/presentations.html" target="_blank">Presentations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/trainings.html" target="_blank">Past Trainings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/policyDocuments.html" target="_blank">Guidance and Policies</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row full-height">
<div class="col-md-4 full-height">
<div>
<a href="https://rsgis-testdev.crrel.usace.army.mil/devcop/app/discussion">
<h4>USACE Software Developers Community of Practice</h4>
</a>
</div>
<div>
<h3><a href="/advanced.html">Announcing the Fall 2019 Advanced Development Class</a></h3>
</div>
<h3>Helpful Links</h3>
<ul>
<li>
<div>
<a href="https://github.com/HydrologicEngineeringCenter">Hydrologic Engineering Center</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/erdc">Engineering Research and Design Center</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/USACE-WaterManagement">USACE-Watermanagement</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/USACE-UX">USACE-UX</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/USACE-MMC">USACE-MMC</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/usgs">USGS</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/usgs/best-practices">USGS Best Practices</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/USGS-R">USGS R</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/nasa">NASA</a>
</div>
</li>
<li>
<div>
<a href="https://github.com/NOAA-ORR-ERD">NOAA</a>
</div>
</li>
</ul>
</div>
<div class="col-md-8 full-height">
<img src="IMG_2938.jpg" alt="WebDev101" style="width:800px;height:600px;">
<div>
<p> The week of December 6th we had a web development 101 training class in Davis CA. It was fun. Come
to the <a href="/advanced.html">next class</a> and see how cool we are</p>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="/css/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>