-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
758 lines (707 loc) · 30.4 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="LibreTexts is developing the next generation of open-access texts. Open. Free. Accessible to all.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>LibreTexts - Free The Textbook</title>
<!-- Favicon -->
<link rel="icon" href="img/favicons/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/index.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109132099-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-109132099-1');
</script>
</head>
<body>
<!-- ##### Preloader ##### -->
<!-- <div id="preloader">
<i class="circle-preloader"></i>
</div> -->
<!-- ##### Header Area Start ##### -->
<header class="header-area" style="position: absolute">
<!-- Top Header Area -->
<!-- <div class="top-header">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="header-content h-100 d-flex align-items-center justify-content-between">
<div class="academy-logo">
<a href="index.html"><img src="img/favicons/logo.png" alt=""></a>
</div>
<div class="login-content">
<a href="#">Register / Login</a>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Navbar Area -->
<div class="academy-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="academyNav">
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- close btn -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About LibreTexts</a>
<ul class="dropdown">
<li><a href="mission.html">LibreTexts Mission & Values</a></li>
<li><a href="team.html">The LibreTexts Team</a></li>
<li><a href="legal/index.html" target="_blank">Legal</a></li>
<li><a href="advanced.html">Advanced Features</a></li>
</ul>
</li>
<li><a href="#">Explore the Libraries</a>
<div class="megamenu">
<ul class="single-mega cn-col-4">
<li><a href="https://bio.libretexts.org/" data-color="#00b224"><img
class="icon" src="img/LibreTexts/glyphs_blue/bio.png"/>Biology</a>
</li>
<li><a href="https://biz.libretexts.org/" data-color="#207537"><img
class="icon" src="img/LibreTexts/glyphs_blue/biz.png"/>Business</a>
</li>
<li><a href="https://chem.libretexts.org/" data-color="#00bfff"><img
class="icon"
src="img/LibreTexts/glyphs_blue/chem.png"/>Chemistry</a></li>
<li><a href="https://eng.libretexts.org/" data-color="#ff6a00"><img
class="icon"
src="img/LibreTexts/glyphs_blue/eng.png"/>Engineering</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="https://espanol.libretexts.org/" data-color="#d77b00"><img
class="icon"
src="img/LibreTexts/glyphs_blue/espanol.png"/>Español</a></li>
<li><a href="https://geo.libretexts.org/" data-color="#e5a800"><img
class="icon"
src="img/LibreTexts/glyphs_blue/geo.png"/>Geosciences</a></li>
<li><a href="https://human.libretexts.org/" data-color="#00bc94"><img
class="icon" src="img/LibreTexts/glyphs_blue/human.png"/>Humanities</a>
</li>
<li><a href="https://k12.libretexts.org" data-color="#5cbf1c"><img
class="icon" src="img/LibreTexts/glyphs_blue/k12.png"/>K12 Education</a>
</li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="https://math.libretexts.org/" data-color="#3737bf"><img
class="icon" src="img/LibreTexts/glyphs_blue/math.png"/>Mathematics</a>
</li>
<li><a href="https://med.libretexts.org/" data-color="#e52817"><img
class="icon" src="img/LibreTexts/glyphs_blue/med.png"/>Medicine</a>
</li>
<li><a href="https://phys.libretexts.org/" data-color="#841fcc"><img
class="icon" src="img/LibreTexts/glyphs_blue/phys.png"/>Physics</a>
</li>
<li><a href="https://socialsci.libretexts.org/" data-color="#f20c92"><img
class="icon" src="img/LibreTexts/glyphs_blue/socialsci.png"/>Social
Sciences</a>
</li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="https://stats.libretexts.org/" data-color="#05baff"><img
class="icon" src="img/LibreTexts/glyphs_blue/stats.png"/>Statistics</a>
</li>
<li><a href="https://workforce.libretexts.org/" data-color="#bf4000"><img
class="icon" src="img/LibreTexts/glyphs_blue/workforce.png"/>Workforce</a>
</li>
</ul>
</div>
</li>
<li><a href="mailto:info@libretexts.org">Contact</a></li>
<li><a href="https://donate.libretexts.org">Donate</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
<!-- Calling Info -->
<div class="calling-info">
<div class="call-center">
<a href="https://libretexts.org" >
<span>
<img id="headerLogoMini" alt="LibreTexts Logo" loading="lazy" src="img/LibreTexts/header_logo_mini.png"/>
</span>
<img id="headerLogo" alt="LibreTexts" loading="lazy" src="img/LibreTexts/header_text.png"/>
</a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Hero Area Start ##### -->
<section class="hero-area">
<div class="hero-slides owl-carousel">
<!-- Single Hero Slide -->
<div class="single-hero-slide bg-img"
style="background-image: url(img/bg-img/compressed/bg_1920_study_group.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12" style="padding: 10%">
<div class="hero-slides-content">
<h4 data-animation="fadeInUp" data-delay="100ms">Knowledge at your fingertips</h4>
<h2 data-animation="fadeInUp" data-delay="400ms">The World's Most Popular<br>Online Textbook
Platform
</h2>
<!-- <a href="#" class="btn academy-btn" data-animation="fadeInUp" data-delay="700ms">Read
More</a>-->
</div>
</div>
</div>
</div>
</div>
<!-- Single Hero Slide -->
<div class="single-hero-slide bg-img"
style="background-image: url(img/bg-img/compressed/bg_1920_study_laptop.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12" style="padding: 10%">
<div class="hero-slides-content">
<h4 data-animation="fadeInUp" data-delay="100ms">Ready to hit the books?</h4>
<h2 data-animation="fadeInUp" data-delay="400ms">Join more than 30 million <br>Online
Learners</h2>
<!-- <a href="#" class="btn academy-btn" data-animation="fadeInUp" data-delay="700ms">Read
More</a>-->
</div>
</div>
</div>
</div>
</div>
<!--Single Hero Slide-->
<!--<div class="single-hero-slide bg-img"
style="background-image: url(img/bg-img/compressed/bg_1920_math.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12" style="padding: 10%">
<div class="hero-slides-content">
<h4 data-animation="fadeInUp" data-delay="100ms">Big News</h4>
<h2 data-animation="fadeInUp" data-delay="400ms" style="color: white;">LibreTexts Awarded
$5M Federal OER
Grant</h2>
<!– Trigger the modal with a button –>
<a href="pressRelease.html" class="btn academy-btn"
data-animation="fadeInUp" data-delay="700ms">Read More
</a>
<button id="pressRelease" type="button" class="btn btn-info btn-lg academy-btn"
data-animation="fadeInUp" data-delay="700ms" data-toggle="modal"
data-target="#myModal">Read More
</button>
<!– <script>
if (!document.cookie.includes("firstvisit=true")) { //if the cookie is not set
window.addEventListener('load', function () {
document.getElementById("pressRelease").click()
});
document.cookie = "firstvisit=true";
} //skip otherwise
</script>–>
</div>
</div>
</div>
</div>
</div>-->
</div>
<div id="extension">
</div>
</section>
<!-- ##### Hero Area End ##### -->
<!-- ##### Top Feature Area Start ##### -->
<div class="top-features-area wow fadeInUp" data-wow-delay="300ms">
<div class="container">
<div class="row">
<div class="col-12">
<div class="features-content">
<div class="row no-gutters">
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<i class="icon-id-card"></i>
<h5>STUDENTS</h5>
</div>
</div>
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<i class="icon-contract"></i>
<h5>INSTRUCTORS</h5>
</div>
</div>
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<i class="icon-house"></i>
<h5>INSTITUTIONS</h5>
</div>
</div>
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<i class="icon-assistance"></i>
<h5>VOLUNTEERS</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Top Feature Area End ##### -->
<!-- ========== Milestones ========== -->
<section class="elements-area mt-50 wow fadeInUp" data-wow-delay="300ms">
<div class="container">
<div class="row">
<!-- <div class="col-12">
<div class="elements-title mb-50">
<span>Advancing the Textbook</span>
<h2>Milestones [Needs Real Numbers]</h2>
</div>
</div>-->
<div class="col-12">
<div class="academy-cool-facts-area mb-50">
<div class="row">
<!-- Single Cool Fact-->
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact text-center">
<!--<i class="icon-agenda-1"></i>-->
<h3><span class="counter">2,236</span></h3>
<p>Textbooks, Textmaps, and LibreTexts</p>
</div>
</div>
<!-- Single Cool Fact-->
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact text-center">
<!--<i class="icon-assistance"></i>-->
<h3><span class="counter">154</span></h3>
<p>Courses using LibreTexts</p>
</div>
</div>
<!-- Single Cool Fact-->
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact text-center">
<!--<i class="icon-id-card"></i>-->
<h3><span class="counter">223 </span> million</h3>
<p>Students served</p>
</div>
</div>
<!-- Single Cool Fact-->
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact text-center">
<!--<i class="icon-message"></i>-->
<h3>$<span class="counter">31</span> million</h3>
<p>Total Amount Saved</p>
</div>
</div>
</div>
</div>
<div align="center">
<hr style="background-color: #127bc4; height: 3px; width: 85%;">
<br/><br/></div>
</div>
</div>
</div>
</section>
<!-- ##### Milestones Area End ##### -->
<!-- ##### Detail Area Start ##### -->
<div class="academy-courses-area">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-course-area d-flex mb-100 wow fadeInUp" data-wow-delay="300ms">
<div class="course-icon">
<i class="icon-message"></i>
</div>
<div class="course-content">
<h4>OPEN</h4>
<p>All Libretexts libraries are accessible to everyone via the internet, completely free. We
believe everyone should have access to knowledge.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-course-area d-flex mb-100 wow fadeInUp" data-wow-delay="400ms">
<div class="course-icon">
<i class="icon-worldwide"></i>
</div>
<div class="course-content">
<h4>COMPREHENSIVE</h4>
<p>The libraries are part of a huge network that provides not just single textbooks, but an
infinitely large library through which new texts can be developed & shared.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-course-area d-flex mb-100 wow fadeInUp" data-wow-delay="500ms">
<div class="course-icon">
<i class="icon-wall-clock"></i>
</div>
<div class="course-content">
<h4>TOPICAL</h4>
<p>Always up to date, the Libretexts platform ensures consistency, the newest info available,
and allows instructors to fine tune a project for their needs.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-course-area d-flex mb-100 wow fadeInUp" data-wow-delay="600ms">
<div class="course-icon">
<i class="icon-like"></i>
</div>
<div class="course-content">
<h4>COMMUNITY</h4>
<p>Libretexts grows via the efforts of a fantastic community of active collaborators. You can
join!</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-course-area d-flex mb-100 wow fadeInUp" data-wow-delay="700ms">
<div class="course-icon">
<i class="icon-responsive"></i>
</div>
<div class="course-content">
<h4>INTERACTIVE</h4>
<p>LibreTexts features many interactive visualizations for learning with greater
understanding.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-course-area d-flex mb-100 wow fadeInUp" data-wow-delay="700ms">
<div class="course-icon">
<i class="icon-customer-service"></i>
</div>
<div class="course-content">
<h4>ACCESSIBLE</h4>
<p>Not only is LibreTexts always accessible online, LibreTexts is promoting
assistive technologies across the entire platform.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Detail Area End ##### -->
<div align="center">
<hr style="background-color: #127bc4; height: 3px; width: 85%;">
<br/><br/>
</div>
<!-- ##### Advanced Features Start ##### -->
<div class="cta-content">
<div class="container">
<div class="row">
<!-- Single Course Area -->
<div class="col-xl">
<div data-wow-delay="300ms" style="display: flex; align-items: center; flex-direction: column">
<h1 style="text-align: center">What else can LibreTexts do?</h1>
<div style="font-size: larger; font-weight: bold; color: #127BC4;">How about interactive elements,
like this 3D model of the protein
Porin?
</div>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script defer src="https://awesomefiles.libretexts.org/Molecules/GLmol/js/Three49custom.js"></script>
<script defer src="https://awesomefiles.libretexts.org/Molecules/GLmol/js/GLmol.js"></script>
<script defer type="text/javascript" src="https://awesomefiles.libretexts.org/Molecules/GLmol/js/GLWrapper.js"
data-id="=2POR" data-spin="true" data-disabled="true"></script>
<h2 style="color: #127bc4">Check out our other exciting advanced features!</h2>
<br/>
<a href="advanced.html"><h3 class="btn" style="overflow-wrap: break-word">Click here to see
more</h3></a>
<br/>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Advanced Features End ##### -->
<div align="center">
<hr style="background-color: #127bc4; height: 3px; width: 85%;">
<br/><br/>
</div>
<!-- ##### Map Area Start ##### -->
<div id="mapContainer" class="container">
<div data-wow-delay="300ms" style="display: flex; align-items: center; flex-direction: column; margin-bottom: 20px">
<h1 style="text-align: center">Join our growing community</h1>
<div style="font-size: larger; font-weight: bold; color: #127BC4;">
See the institutions that have already made the switch to LibreTexts!
</div>
</div>
<iframe src="https://www.google.com/maps/d/u/2/embed?mid=16SZhe2Ar-hjwEOakmy9EpOia6FPwJlo0&ll=37.08125622146106%2C-102.1531684758965&z=4&gestureHandling=cooperative"
height="600px" loading="lazy" title="Google Map of FIPSE Institutions"></iframe>
<div data-wow-delay="300ms" style="display: flex; align-items: center; flex-direction: column; margin-bottom: 40px">
<div style="font-size: larger; font-weight: bold; color: #127BC4; display: flex; justify-content: center; flex-wrap: wrap">
<span style="color: dodgerblue; white-space:nowrap; padding:5px;">Primary Institutions</span>
<span style="color: green; white-space:nowrap; padding:5px;">Funded Participant</span>
<span style="color: orange; white-space:nowrap; padding:5px;">Other LibreTexts adopter</span>
</div>
</div>
</div>
<!-- ##### Map Area End ##### -->
<!-- ##### Testimonials Area Start ##### -->
<div class="testimonials-area section-padding-100 bg-img bg-overlay"
style="background-image: url(img/bg-img/compressed/bg_1920_math.jpg);">
<div class="container">
<!-- <div class="row">
<div class="col-12">
<div class="section-heading text-center mx-auto white wow fadeInUp" data-wow-delay="300ms">
<span>our testimonials</span>
<h3>See what our satisfied users are saying about us</h3>
</div>
</div>
</div>-->
<div class="row">
<!-- Single Testimonials Area -->
<div class="col-12 col-md-6">
<!--mb-100-->
<div class="single-testimonial-area d-flex wow fadeInUp" data-wow-delay="400ms">
<div class="testimonial-thumb">
<img src="img/testimonials/Jessica_Coppola.jpg" alt="" loading="lazy">
</div>
<div class="testimonial-content">
<h5>Everything my students need</h5>
<p>My students have expressed deep gratitude for having access to a free eBook for my course.
The ability to put the relevant chapter into my learning management
system (Canvas) has been wonderful! The student has everything they need all in one place!
</p>
<h6><span>Dr. Jessica Coppola,</span> Professor of Nutrition and Gerontology at Sacramento City
College</h6>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<!-- <div class="col-12 col-md-6">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="500ms">
<div class="testimonial-thumb">
<img src="img/testimonials/Lynne_LoPresto.jpg" alt="">
</div>
<div class="testimonial-content">
<h5>[Incomplete]</h5>
<p>[Incomplete]</p>
<h6><span>Dr. Lynne LoPresto, MS, RD,</span> Assistant Professor - Term
School of Health and Natural Science
Dominican University of California
</h6>
</div>
</div>
</div>-->
<!-- Single Testimonials Area -->
<!--mb-100-->
<div class="col-12 col-md-6">
<div class="single-testimonial-area d-flex wow fadeInUp" data-wow-delay="600ms">
<div class="testimonial-thumb">
<img src="img/testimonials/Marc_Facciotti.jpg" alt="" loading="lazy">
</div>
<div class="testimonial-content">
<h5>Sophisticated and customizable</h5>
<p>LibreTexts has enabled us to tightly align readings with course content in a way that is
transparent to students. The integration of advanced technologies like NotaBene have also
allowed us to create additional value (for free) for both instructors and students. </p>
<h6><span>Dr. Marc T. Facciotti,</span> Professor of Biomedical Engineering at the University of
California, Davis</h6>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<!-- <div class="col-12 col-md-6">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="500ms">
<div class="testimonial-thumb">
<img src="img/testimonials/Layne_Morsch.jpg" alt="">
</div>
<div class="testimonial-content">
<h5>[Incomplete]</h5>
<p>[Incomplete]</p>
<h6><span>Dr. Layne A. Morsch,</span> Department of Chemistry at The University of Illinois
Springfield</h6>
</div>
</div>
</div>-->
</div>
<!-- <div class="row">
<div class="col-12">
<div class="load-more-btn text-center wow fadeInUp" data-wow-delay="800ms">
<a href="#" class="btn academy-btn">See More</a>
</div>
</div>
</div>-->
</div>
</div>
<!-- ##### Testimonials Area End ##### -->
<!-- ##### Partner Area Start ##### -->
<div class="partner-area" style="padding: 10px">
<div class="container">
<!-- <div class="row">
<div class="col-12">
<div class="section-heading text-center mx-auto wow fadeInUp" data-wow-delay="300ms">
<span>Our Sponsors</span>
<h3>Your support makes LibreTexts possible</h3>
</div>
</div>
</div>-->
<div class="row">
<div class="col-12">
<div class="partners-logo d-flex align-items-center justify-content-around flex-wrap">
<a title="https://als.csuprojects.org/" href="https://als.csuprojects.org/"
rel="external nofollow noopener" target="_blank" class="link-https">
<img
alt="CSU ALS Logo" class="internal" loading="lazy"
src="img/sponsors/CSU_ALS.png">
</a>
<a title="https://web.archive.org/web/20181005131910/https://www.ed.gov/news/press-releases/us-department-education-awards-49-million-grant-university-california-davis-develop-free-open-textbooks-program"
href="https://web.archive.org/web/20181005131910/https://www.ed.gov/news/press-releases/us-department-education-awards-49-million-grant-university-california-davis-develop-free-open-textbooks-program"
rel="external nofollow noopener" target="_blank" class="link-https">
<img alt="DOE Logo.png" class="internal" loading="lazy"
src="img/sponsors/DOE.png"/></a>
<a title="https://www.ucdavis.edu/" href="https://www.ucdavis.edu/"
rel="external nofollow noopener" target="_blank" class="link-https">
<img
alt="UC Davis Logo" class="internal"
src="img/sponsors/UCD.png">
</a>
<a title="https://www.merlot.org/merlot/index.htm"
href="https://www.merlot.org/merlot/index.htm" rel="external nofollow noopener" target="_blank"
class="link-https">
<img alt="Merlot Logo" class="internal" loading="lazy"
src="img/sponsors/Merlot.png"/>
</a>
<a title="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1525057"
href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1525057"
rel="external nofollow noopener" target="_blank" class="link-https">
<img alt="NSF Logo.png" class="internal" loading="lazy"
src="img/sponsors/NSF.png"/></a>
<a title="https://www.library.ucdavis.edu/" href="https://www.library.ucdavis.edu/"
rel="external nofollow noopener" target="_blank" class="link-https"><img
alt="UC Davis Library Logo" class="internal" loading="lazy"
src="img/sponsors/UCD_Library.png"></a>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Partner Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<div class="main-footer-area customFooter container">
<!-- Footer Widget Area -->
<a href="index.html"><img src="img/LibreTexts/header_logo.png" alt="LibreText Logo" loading="lazy" style="padding: 10px;"></a>
<div style="color: #606060">
<p>LibreTexts is a 501(c)(3) non-profit organization committed to freeing the
textbook from the limitations and costs of traditional textbooks. Our open and freely accessible
LibreTexts provide a more engaging learning experience for students without the financial burden.
<span> Do you want to have LibreTexts on your campus? <a href="mailto:info@libretexts.org"
class="normalLink">Contact Us</a></span>
<a href="https://www.facebook.com/LibreTexts/" class="normalLink" title="Facebook Page"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/libretexts?lang=en" class="normalLink" title="Twitter Page"><i class="fa fa-twitter"></i></a>
<a href="legal/index.html" target="_blank" class="normalLink">Legal</a>
</p>
<p>Unless otherwise noted, LibreTexts content is licensed by <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/" rel="license" class="normalLink">CC BY-NC-SA 3.0</a> | All trademarks, service marks and company names are the property of their respective owners.
</p>
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i>
by <a class="normalLink" href="https://colorlib.com" target="_blank" rel="external nofollow noopener">Colorlib</a> | Template is licensed under CC BY 3.0
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
<!-- <div class="footer-social-info">
<a href="https://www.facebook.com/LibreTexts/"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/libretexts?lang=en"><i class="fa fa-twitter"></i></a>
<!–<a href="#"><i class="fa fa-dribbble"></i></a>–>
<!–<a href="#"><i class="fa fa-behance"></i></a>–>
<!–<a href="#"><i class="fa fa-instagram"></i></a>–>
</div>-->
</div>
<!-- <!– Footer Widget Area –>
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-100">
<div class="widget-title">
<h6>Usefull Links</h6>
</div>
<nav>
<ul class="useful-links">
<li><a href="#">Home</a></li>
<li><a href="#">Services & Features</a></li>
<li><a href="#">Accordions and tabs</a></li>
<li><a href="#">Menu ideas</a></li>
</ul>
</nav>
</div>
</div>-->
<!--<!– Footer Widget Area –>
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-100">
<div class="widget-title">
<h6>Gallery</h6>
</div>
<div class="gallery-list d-flex justify-content-between flex-wrap">
<a href="img/bg-img/gallery1.jpg" class="gallery-img" title="Gallery Image 1"><img
src="img/bg-img/gallery1.jpg" alt=""></a>
<a href="img/bg-img/gallery2.jpg" class="gallery-img" title="Gallery Image 2"><img
src="img/bg-img/gallery2.jpg" alt=""></a>
<a href="img/bg-img/gallery3.jpg" class="gallery-img" title="Gallery Image 3"><img
src="img/bg-img/gallery3.jpg" alt=""></a>
<a href="img/bg-img/gallery4.jpg" class="gallery-img" title="Gallery Image 4"><img
src="img/bg-img/gallery4.jpg" alt=""></a>
<a href="img/bg-img/gallery5.jpg" class="gallery-img" title="Gallery Image 5"><img
src="img/bg-img/gallery5.jpg" alt=""></a>
<a href="img/bg-img/gallery6.jpg" class="gallery-img" title="Gallery Image 6"><img
src="img/bg-img/gallery6.jpg" alt=""></a>
</div>
</div>
</div>
<!– Footer Widget Area –>
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-100">
<div class="widget-title">
<h6>Contact</h6>
</div>
<div class="single-contact d-flex mb-30">
<i class="icon-placeholder"></i>
<p>Always Available on the Internet</p>
</div>
<!– <div class="single-contact d-flex mb-30">
<i class="icon-telephone-1"></i>
<p>Main: 203-808-8613 <br>Office: 203-808-8648</p>
</div>–>
<div class="single-contact d-flex">
<i class="icon-mail"></i>
<p><a href="mailto:info@libretexts.org" class="normalLink">info@libretexts.org</a></p>
</div>
</div>
</div>-->
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>