forked from srophe/britishLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathww.html
786 lines (728 loc) · 58 KB
/
ww.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
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" class="templates:surround?with=templates/page.html&at=content">
<h1>An error has occurred</h1>
<p>An error has been generated by the application.</p>
<pre class="error templates:error-description"/>
<div class="source-links">
test test test tesssssting
<link rel="stylesheet" href="editorial/assets/css/main.css" />
<noscript><link rel="stylesheet" href="editorial/assets/css/noscript.css" /></noscript>
<style>
label{color:#fff;}
.topnav {
overflow: hidden;
background-color: rgba(0,0,0,0.5);
opacity:.7;
position:fixed;
width:100%;
height:auto;
z-index:100;
text-align: center;
}
.topnav a {
color: #f2f2f2;
padding: 22px 22px;
text-decoration: none;
font-size: 17px;
border-bottom: 0px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: fixed;background-color:rgba(0,0,0,0.9);opacity:100%;box-shadow:0px 0px 10px #000;}
.topnav {
position: fixed;
overflow: hidden;
background-color: rgba(0,0,0,0.0);
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.icon{background-color: rgba(0,0,0,0.4);}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
border-bottom:1px solid #878787;
}
#home1 {display: none;}
}
</style>
</head>
<body class="is-preload">
<div class="topnav" id="myTopnav">
<a id="home1" class="scrolly" href="#header">Home</a>
<a href="#one" class="scrolly">About</a>
<a href="#two" class="scrolly">History</a>
<a href="#volumes" class="scrolly">Volumes</a>
<a href="#board" class="scrolly">Board</a>
<a href="#resources" class="scrolly">Resources</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<!-- Header -->
<section id="header">
<div class="inner">
<!--<span class="icon solid major fa-cloud"></span>-->
<img style="width:100px;"src="images/jwlogo-line-small_fff.png">
<br>
<!--<a href="#three" class="button scrolly">Discover</a></li>-->
<h1><strong>The Wesley Works</strong> Editorial Project</h1>
<!--Link to digital edition-->
<a href="http://wesleyworks.smu.edu:8080/exist/apps/srophe/index.html" class="button scrolly" style="margin-bottom:10px;">The Wesley Works Digital Project</a>
<br>
<!--Link to digital edition-->
The Wesley Works Editorial Project was launched in 1960 to provide a critical edition of the writings of John Wesley.
<br><a href="#two" class=" scrolly">Our History</a> |
<a href="#volumes" class=" scrolly">Volumes Published</a> |
<a href="#board" class=" scrolly">Board Of Directors</a> |
<a href="#resources" class=" scrolly">Online Resources</a>
<ul class="actions special">
<li><a href="#one" class="button scrolly">Who Are We</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main style1">
<div class="container">
<div class="row gtr-150">
<div class="col-6 col-12-medium">
<header class="major">
<h2><i class="fas fa-tasks"></i> About Our Project</h2>
</header>
<p>Frank Baker was appointed Editor-in Chief in 1969. Richard P. Heitzenrater served as General Editor from 1986–2014. Randy L. Maddox is the current General Editor.
<br><br>
The first four volumes emerging from this project appeared as the Oxford Edition of The Works of John Wesley (1975–83). The directors then gratefully accepted the offer of Abingdon Press to assume publishing responsibility, and the name was changed to The Bicentennial Edition of the Works of John Wesley.
<br><br>
This site provides further details on The Wesley Works Editorial Project and The Bicentennial Edition of the Works of John Wesley, as well as a growing set of online resources.</p>
<a href="#two" class="button scrolly" style="margin-bottom:10px;">Our History</a>
<br>
<a href="#volumes" class="button scrolly" style="margin-bottom:10px;">Volumes Published</a>
<br>
<a href="#board" class="button scrolly" style="margin-bottom:10px;">Board Of Directors</a>
<br>
<a href="#resources" class="button scrolly" style="margin-bottom:10px;">Online Resources</a>
</div>
<div class="col-6 col-12-medium imp-medium">
<span class="image fit"><img style="box-shadow:0px 0px 10px #000;" src="images/738px-john_wesley_by_george_romney.jpeg" alt="" /></span>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="main style2">
<div class="container">
<div class="row gtr-150">
<div class="col-6 col-12-medium">
<header class="major">
<h2> <i class="fas fa-landmark"></i> A Short History of The Wesley Works Editorial Project</h2>
</header>
<p>A fully critical presentation of John Wesley’s writings had long been a desideratum in order to furnish documentary sources illustrating his contribution to both catholic and evangelical Christianity. Several scholars—notably Professor Albert C. Outler, Professor Franz Hildebrandt, Dean Merrimon Cuninggim, and Dean Robert E. Cushman—discussed the possibility of such an edition. Under the leadership of Dean Cushman, a board of directors was formed in 1960 comprising the deans of four sponsoring theological schools in Methodist-related universities in the United States: Drew, Duke, Emory, and Southern Methodist. They appointed an Editorial Committee to formulate plans, and enlisted an international and interdenominational team of scholars for the Wesley Works Editorial Project.</p>
<p>The works were divided into units of cognate material, with a separate editor (or joint editors) responsible for each unit. Dr. Frank Baker was appointed textual editor for the whole project, with responsibility for supplying each unit editor with a critically developed, accurate Wesley text. The text seeks to represent Wesley’s thought in its fullest and most deliberate expression, in so far as this can be determined from the available evidence. Substantive variant readings in any British edition published during Wesley’s lifetime are shown in appendices to the units, preceded by a summary of the problems faced and the solutions reached in the complex task of securing and presenting Wesley’s text. The aim throughout is to enable Wesley to be read with maximum ease and understanding, and with minimal intrusion by the editors.</p>
<p>John Wesley PreachingThis edition includes all Wesley’s original or mainly original prose works, together with one volume devoted to his Collection of Hymns (1780) and another to his extensive work as editor and publisher of extracts from the writings of others. An essential feature of the project is a bibliography outlining the historical settings of the works published by Wesley and his brother Charles, sometimes jointly, sometimes separately. The bibliography also offers analytical data for identifying each of the two thousand editions of these 450 items that were published during the lifetime of John Wesley. An index is supplied for each unit and a general index for the whole edition.</p>
<p>The Delegates of the Oxford University Press agreed to undertake publication of this new edition of Wesley’s works, but announced in June 1982 that due to severe economic problems they were regretfully compelled to withdraw from the enterprise with the completion in 1983 of volume 7, the Collection of Hymns. Abingdon Press offered its services, beginning with the publication of the first volume of the Sermons in 1984, the bicentennial year of the formation of American Methodism as an autonomous church. The new title assumed (The Bicentennial Edition of the Works of John Wesley), however, refers more broadly to the bicentennial of Wesley’s total activities as author, editor, and publisher, from 1733 to 1791, especially as summarized in the first edition of his collected works in thirty-two volumes, 1771–74.
<a href="#cont2" class="cont scrolly">[ ...Continue ]</a>
</p>
</div>
<div class="col-6 col-12-medium">
<header class="">
<h2></h2>
</header>
<p><img class="preaching" src="images/john-wesley-preaching.jpeg" align="left" /> <p id="cont2">Dean Robert E. Cushman of Duke University undertook general administration and promotion of the project until 1971, when he was succeeded as president by Dean Joseph D. Quillian, Jr., of Southern Methodist University, these two universities having furnished the major support and guidance for the enterprise. During the decade 1961–70, the Editorial Committee supervised the task of setting editorial principles and procedures, and general editorship was shared by Dr. Eric W. Baker, Dean William R. Cannon, and Dean Cushman. In 1969 the directors appointed Dr. Frank Baker, early attached to the project as bibliographer and textual editor for Wesley’s text, as editor-in-chief also. Upon Dean Quillian’s retirement in 1981, he was succeeded as president of the project by Dean James E. Kirby, Jr., also of Southern Methodist University. In 1986 the directors appointed Richard P. Heitzenrater as general editor to begin the chief editorship of the project with the Journal and Diaries unit, with Dr. Baker continuing as textual editor. Dean Dennis M. Campbell of Duke University was elected president of the project in 1990. Dean Russell E. Richey of Emory University succeeded Dr. Campbell in 2003. At that same point the directors named Randy L. Maddox as associate general editor, to work alongside Dr. Heitzenrater in completing the project. Dean William B. Lawrence of Southern Methodist University assumed the role of president in 2006. And most recently Randy L. Maddox stepped into the role of General Editor, upon Dr. Heitzenrater’s retirement from that capacity.
</p>
</p>
<p>Other sponsoring bodies have been successively added to the original four: Boston University School of Theology, The General Commission on Archives and History of The United Methodist Church, The United Methodist Board of Higher Education and Ministry, and the World Methodist Council. For the continuing support of the sponsoring institutions the Directors express their profound thanks. They gratefully acknowledge also the encouragement and financial support that have come from the Historical Societies and Commissions on Archives and History of many Annual Conferences, as well as the donations of private individuals and foundations.</p>
<p>On June 9, 1976, The Wesley Works Editorial Project was incorporated in the state of North Carolina as a nonprofit corporation. In 1977 by-laws were approved governing the appointment and duties of the directors, their officers, and their Executive Committee.</p>
<a href="#volumes" class="button scrolly" style="margin-bottom:10px;">Volumes Published</a>
<br>
<a href="#board" class="button scrolly" style="margin-bottom:10px;">Board Of Directors</a>
<br>
<a href="#resources" class="button scrolly" style="margin-bottom:10px;">Online Resources</a>
</div>
</div>
</div>
</section>
<!-- volumes published-->
<section id="volumes" class="main style1">
<div class="container">
<div class="row gtr-150">
<div class="col-12 col-12-medium">
<header class="major">
<h2><i class="fas fa-book"></i> Volumes Published</h2>
</header>
<span style="font-size:16px;">Linked to Abingdon Press site (also available on Cokesbury.com)</span>
<br>
<ul class="ul1">
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462100">Volume 1: <i>Sermons I</i> (1–33)</a><br />This is the first in an eagerly awaited series of four volumes of John Wesley’s sermons. It contains a detailed introduction as well as sermons 1-33 of Sermons on Several Occasions.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462117">Volume 2: <i>Sermons II</i> (34–70)</a><br />This is the second in an eagerly awaited series of four volumes of John Wesley’s sermons. This volume contains sermons 34-70 from Sermons on Several Occasions.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462124">Volume 3: <i>Sermons III</i> (71–114)</a><br />This is the third in an eagerly awaited series of four volumes of John Wesley’s sermons. This volume contains sermons 71-114 from Sermons on Several Occasions, as well as 6 additional sermons.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462131">Volume 4: <i>Sermons IV</i> (115–51)</a><br />This is the fourth in an eagerly awaited series of four volumes of John Wesley’s sermons. This volume contains 18 sermons that were published in the <i>Arminian Magazine </i>from 1789 to 1792. It also contains 19 sermons that were taken from Wesley’s manuscripts.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462186">Volume 7: <i>A Collection of Hymns for the Use of the People called Methodists</i></a><br />A Collection of Hymns for the Use of the People Called Methodist, first published in 1780, was the definitive collection of hymns to appear during the lifetime of John Wesley. As the culmination of a lengthy process of preparing a ‘general hymn-book,’ he selected the 525 hymns presented here from more than fifty hymnbooks published during the preceding forty-three years. It was very distinctly Methodist in character. The arrangement of the hymns was carefully designed to reflect the Wesleyan concept of the way of salvation and the pattern of Christian experience.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462148">Volume 9: <i>The Methodist Societies: History, Nature, and Design</i></a><br />Two volumes of this edition of <i>The Works of John Wesley </i>present writings that describe and illumine the purpose and practice of the Methodist Societies, the particular ecclesiastical form in and through which Wesley’s work and thought were embodied. The present volume deals with the history, nature, and design of the Societies. This collection of material, though somewhat miscellaneous in nature, helps to recreate for the modern reader some sense of the goals of Wesley’s Societies, as well as the structure and practices through which those goals were to be attained</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9781426711909">Volume 10: <i>The Methodist Societies, The Minutes of Conference</i></a><br />This second volume focused on the Methodist Societies reproduces the Minutes as a formal record and conveys the nature and role of the Conference in Methodist life and polity during John Wesley’s time. Included is information from letters and diaries of preachers as well as from John Wesley, some of which is newly published here. This material highlights some of the problems that arose in the meetings themselves, which in Wesley’s eyes was merely summoned to advise him but, in his later years, almost imperceptibly became more of a legislative and ruling body, increasingly preoccupied with what would happen after Wesley’s death. Despite the breadth of this volume, the American Minutes are not included, partly because they were in no sense Wesley’s own work and partly because they could not be, at present, edited to the required standard. The Irish Minutes are included in an appendix.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462155">Volume 11: <i>The Appeals to Men of Reason and Religion and Certain Related Open Letters</i></a><br />This volume, containing The Appeals to Men of Reason and Religion, is the first to be published. The aim of Wesley’s Appeals was to correct current misconceptions of his movement. In the course of refuting attacks upon himself, Wesley also presented a positive statement of his theological and ecclesiastical position. Yet the attacks continued. This volume contains also his open letters replying to Edmund Gibson, Bishop of Exeter, and to William Warburton, Bishop of Gloucester.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9781426744303"><span class="s2">Volume 12: <em>Doctrinal and Controversial Treatises I</em></span></a><br />The first of three theological volumes, this volume is devoted to four of John Wesley’s foundational treatises on soteriology. These treatises include, first, Wesley’s extract from the <i>Homilies </i>of the Church of England, which he published to convince his fellow Anglican clergy that the ‘evangelical’ emphasis on believers experiencing a conscious assurance of God’s pardoning love was consistent with this standard of Anglican doctrine. Next comes Wesley’s extract of Richard Baxter’s<i>Aphorisms of Justification</i>, aimed more at those who shared his evangelical emphasis, invoking this honored moderate Puritan to challenge antinomian conceptions of the doctrine of justification by faith. This is followed by Wesley’s abridgement of the <i>Shorter Catechism</i> issued by the Westminster Assembly in his<i>Christian Library</i>, where he affirms broad areas of agreement with this standard of Reformed doctrine—while quietly removing items with which he disagreed. The fourth item is Wesley’s extended response to the Dissenter John Taylor on the doctrine of original sin, which highlights differences within the broad ‘Arminian’ camp, with Wesley resisting a drift toward naively optimistic views of human nature that he discerned in Taylor.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9781426766978">Volume 13: <i>Doctrinal and Controversial Treatises II</i></a><br />The second of three volumes devoted to Wesley’s theological writings contains two major sets of material. The first set (edited by Paul Wesley Chilcote) contains writings throughout Wesley’s ministry devoted to defense of the doctrine of Christian perfection, including “A Plain Account of Christian Perfection.” The second set (edited by Kenneth J. Collins) collects Wesley’s various treatises focused on predestination and related issues, often in direct debate with Calvinist writers, including “Predestination Calmly Considered.”</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462216">Volume 18: <i>Journals and Diaries I</i> (1735–1738)</a><br />The Introduction to this edition discusses the nature of Wesley’s Journal, places it in the context of autobiography as a genre, examines its construction, and discusses Wesley’s frame of mind during its writings. One of the major functions of this scholarly edition is to reveal John Wesley “in the light of his involvement in the crowded forum of eighteenth century theological debate.” Wesley’s writings are saturated with references to Scripture, the Latin and Greek classics, the early Church Fathers, his theological predecessors, English poets and playwrights, and those “natural philosophers” exploring the wonder of God in creation.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462223">Volume 19: <i>Journal and Diaries II</i> (1738–1743)</a><br />This is the second volume of Wesley’s Journal to appear in the critical edition of The Works of John Wesley. Covering the period from late 1783 to 1743, it documents — in Wesley’s own words — the formative years of the Methodist revival in Great Britain. Previously unpublished material from Wesley’s private diaries supplements the account in the published Journal of such key events as Wesley’s first adventure in ”field preaching,” the growing breach between Wesley and the Moravians, the formation of the first Methodist Societies, the establishment of the New Room in Bristol and the Foundery in London, and the emergence of the ”lay preachers” or ”circuit riders.”</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462230">Volume 20: <i>Journal and Diaries III</i> (1743–1754)</a><br />This is the third volume of Wesley’s Journal to appear in the critical edition of The Works of John Wesley. Covering the period from late 1743 through 1754, it contains four ”Extracts” from Wesley’s Journal (6-9) which document, in Wesley’s own words, an important period of expansion and organization in the Wesleyan revival. He describes in vivid detail the spread of the Methodist movement in the north and west of England, as well as its beginnings in Ireland and Scotland. This period of growing social and political tension is marked also by Wesley’s theological controversies with leading figures in the Established Church and his physical confrontations with riotous mobs in the countryside. His yearly schedule included extensive travel to visit the societies, and held the first conferences of Methodist preachers in England and Ireland to settle important matters of doctrine and discipline. He produced several key writings during that time, including three volumes of Sermons and two volumes of Explanatory Notes upon the New Testament. His writings in medicine were matched by the opening of a free public dispensary, and he continued to develop other social programs in education, child care, and finance for the poor. Features footnotes to quotations, key themes, and background information.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462254">Volume 21: <i>Journal and Diaries IV</i> (1755–1765)</a><br />This is the fourth volume of Wesley’s Journal to appear in the critical edition of The Works of John Wesley. Covering the decade from early 1755 to the middle of 1765, it contains four “Extracts” from Wesley’s Journal (10-13) that document — in Wesley’s own words — a significant period of consolidation in the Wesleyan revival. He describes in vivid detail the growth of the Methodist movement, especially in the central portions of northern England as well as the spread into Ireland and Scotland.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462261">Volume 22: <i>Journal and Diaries V</i> (1765–1775)</a><br />This is the fifth volume of Wesley’s Journal to appear in the critical edition of The Work of John Wesley. Covering the decade from mid-1765 to the beginning of 1776, it contains four ”Extracts” of Wesley’s Journal (14-17) that document — in Wesley’s own words — a significant period of growth and controversy in the Methodist movement. He describes in some detail the continuing spread of the revival into the farther reaches of the British Isles, the points of contention that threaten to disrupt the progress of the revival, his widening involvement in social issues such as the slave trade, the various attempts at union with the Church of England, and the spread of the Wesleyan movement to the American colonies.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462278">Volume 23: <i>Journal and Diaries VI</i> (1776–1786)</a><br />This is the sixth volume of Wesley’s Journal to appear in the critical edition of The Works of John Wesley. Covering the decade from 1776 to the end of 1786, it contains three full ”Extracts” of Wesley’s Journal (18-20) and the beginning of his last (21). These materials describe — in Wesley’s own words — a crucial period that helps define the shape of Methodist theology and organization. The issues surrounding the manner of John Wesley’s leadership and the authority of the Conference within Methodism furnish the framework for this period. Wesley begins working with new leaders such as Thomas Coke and Francis Asbury and makes several crucial decisions regarding Methodism in America, including the matter of ordination. He also faces several continuing points of contention in Great Britain that threaten to disrupt the progress of the revival, such as the problems associated with the building of preaching houses and ”fixing” them on the Methodist plan. At the same time, he describes examples of strong local revivals that continue to appear throughout the connection and he fulfills his plans for a new chapel on City Road in London. Several crucial events in 1784 define the continuing nature of Methodist organization, especially the legal establishment of the Conference.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687033492">Volume 24: <i>Journal and Diaries VII</i> (1787–1791)</a><br />Volume 24 concludes John Wesley’s Journal and Diaries and includes a complete index to the seven volumes of the series which cover Wesley’s Journal and Diaries.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462162">Volume 25: <i>Letters I</i> (1721–1739)</a><br />Although many of the letters of John Wesley are of value as literature — especially as crisp statements of his views or desires with little attempt at embellishment — their major importance is as a revelation of him as a man and of the people and events of his day, especially those linked with the Methodist movement. They furnish us, in fact, with a portrait through seventy years that is both more revealing in detail and fuller in coverage than any other source.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9780687462179">Volume 26: <i>Letters II</i> (1740–1755)</a><br />The second volume of letters in The Works of John Wesley, this text spans the years 1740-1755.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9781501806223">Volume 27: <em>Letters III</em> (1756–1765)</a><br />The correspondence in this volume illuminates critical developments in the Wesleyan movement between 1756 and 1765, including very significant rifts between John Wesley and his brother Charles and between John Wesley and his wife Mary, Wesley’s attempts to deal with radical enthusiasts and separatists (such as Thomas Maxfield) within the Methodist movement, his relationship to Greek Orthodox leader Gerasimos (Erasmus) Avlonites, and Wesley’s activities related to the Seven Years War.</li>
<li class="li1"><a target="_new" href="https://www.abingdonpress.com/product/9781501859014">Volume 32: <em>Medical and Health Writings</em></a><br />This volume collects all of John Wesley’s writings related to health and wellness. These range from his best-selling home guide to health care, Primitive Physic, to his interest in electrical shock therapy, to his concern for nervous disorders. The volume will be of keen interest to all who are committed to recovering Wesley’s holistic understanding of salvation and ministry in the present church, as well as those seeking a better understanding of medical care in the eighteenth century.</li>
</ul>
<a href="#one" class="button scrolly">Who Are We</a>
</div>
</div>
</div>
</section>
<!-- Borad Of Directors -->
<section id="board" class="main style2">
<div class="container">
<div class="row gtr-150">
<div class="col-12 col-12-medium">
<header class="major">
<h2><i class="fas fa-users"></i> Board of Directors</h2>
</header>
<p><em>President</em>: Craig C. Hill, Dean of Perkins School of Theology, Southern Methodist University, Dallas, Texas</p>
<p><em>Vice-President and Treasurer</em>: L. Gregory Jones, Dean of The Divinity School, Duke University, Durham, North Carolina</p>
<p><em>General Editor and Secretary</em>: Randy L. Maddox, The Divinity School, Duke University, Durham, North Carolina</p>
<p>Ivan Abrahams, General Secretary of The World Methodist Council, Lake Junaluska, North Carolina</p>
<p>Shannon Conklin-Miller, Associate General Secretary, Division of Ordained Ministry, The United Methodist Board of Higher Education and Ministry, Nashville, Tennessee</p>
<p>Ashley Boggan Dreff, General Secretary of The General Commission on Archives and History of The United Methodist Church, Drew University, Madison, New Jersey</p>
<p>Dion Forster (at large member), Stellenbosch University, South Africa</p>
<p>Richard P. Heitzenrater, General Editor emeritus, The Divinity School (emeritus), Duke University, Durham, North Carolina</p>
<p>Tamara Lewis (at large member), Perkins School of Theology, Southern Methodist University, Dallas, Texas</p>
<p>Jan Love, Dean of Candler School of Theology, Emory University, Atlanta, Georgia</p>
<p>G. Sujin Pak, Dean of Boston University School of Theology, Boston, Massachusetts</p>
<p>Paul Franklyn, Associate Publisher, Abingdon Press, Nashville, Tennessee</p>
<p>Javier Viera, Dean of The Theological School of Drew University, Madison, New Jersey</p>
<p>Kevin Watson (at large member), Candler School of Theology, Emory University, Atlanta, Georgia</p>
<p>D. Max Whitfield, Bishop, The United Methodist Church</p>
<p><strong><a target="_new" href="https://wesleyworks.files.wordpress.com/2014/10/bylaws-of-the-wesley-works-editorial-project.pdf">Bylaws of The Wesley Works Editorial Project</a> </strong>(pdf)</p>
</div>
</div>
<div class="col-0 col-12-medium">
<header class="">
<h2></h2>
</header>
</div>
</div>
</div>
</section>
<!-- volumes planned-->
<section id="volumes" class="main style1">
<div class="container">
<div class="row gtr-150">
<div class="col-12 col-12-medium">
<header class="major">
<h2><i class="far fa-calendar-alt"></i> Volumes Planned</h2>
</header>
<div class="entry entry-content">
<p></p>
<p style="text-align:left;color:#000;"><em>The Bicentennial Edition of The Works of John Wesley</em></b ><br />
<strong>Volumes in Process</strong></p>
<p>These are the remaining volumes planned for this edition (and the assigned unit editors). We anticipate publishing one volume a year, in the order that they become available.</p>
<hr />
<p><span class="volume-head">Volumes 5–6: Explanatory Notes upon the New Testament</span></strong><br />
Unit editor: John Lawson<br />
Introductory essay: Isabel Rivers</p>
<p><span class="volume-head">Volume 8: Worship</span><br />
Unit editors: Raymond George, Geoffrey Wainwright, Karen Westerfield Tucker</p>
<p><span class="volume-head">Volume 14: Doctrinal and Controversial Treatises III</span><br />
Unit editors: Edgardo Colón-Emeric, Sarah Lancaster, Randy L. Maddox</p>
<p><span class="volume-head">Volume 15: Domestic, Moral, Political and Economic Writings</span><br />
Unit editors: David Hempton, Rebekah Miles</p>
<p><span class="volume-head">Volume 16: Catechetical/Educational Works</span><br />
Unit editor: Geordan Hammond</p>
<p><span class="volume-head">Volume 17: Oxford Diaries</span><br />
Unit editor: Richard Heitzenrater</p>
<p><span class="volume-head">Volumes 28–31: Letters</span><br />
Unit editor: Ted Campbell</p>
<p><span class="volume-head">Volumes 33–34: Edited Works and Full Bibliography</span></p>
<p><span class="volume-head">Volume 35: Index and miscellanea</span></p>
</div>
</div>
</div>
</section>
<!-- Online Resources-->
<section id="resources" class="main style3">
<div class="container">
<div class="row gtr-150">
<div class="col-12 col-12-medium">
<header class="major">
<h2><i class="fas fa-link"></i> Online Resources</h2>
</header>
<div class="entry entry-content">
<p></p>
A primary purpose of this website is to provide additional resources for study of the writings of John Wesley. These resources fall into three major categories.</p>
<p><strong>Additional Works by Wesley as Editor</strong></p>
<p>In the early planning of The Wesley Works Project it became clear that there was not room to include all of John Wesley’s manuscript materials and publications, particularly given the number of printed works by other writers that he abridged and republished. It was decided to devote the printed volumes of <em>The Bicentennial Edition</em> mainly to prose items that were largely original to Wesley. While understandable, much can be gained from studying not only Wesley’s selection of materials by others to republish, but also his editorial practices in abridging them. Thus one section of this site will be devoted to transcriptions, with essential annotation, of Wesley’s edited publications that are not included in the printed volumes. Major groupings planned include the following:</p>
<ul>
<li>The <em>Arminian Magazine</em></li>
<li>The <em>Christian Library</em>
<ul>
<li style="list-style-type:circle;">Abridgement of Jonathan Edwards’s <a href="https://wesleyworks.files.wordpress.com/2020/03/edwards-on-religious-affections.pdf"><em>Treatise Concerning Religious Affections</em></a> (pdf)</li>
</ul>
</li>
<li>Poetry and Hymn Collections: <em>The Bicentennial Edition</em> includes (vol. 7) a critical edition of John Wesley’s magisterial <em>Collection of Hymns for the Use of the People Called Methodist</em> (1780). Through the agency of the Center for Studies in the Wesleyan Tradition at Duke Divinity School there is now access to transcriptions of <a href="http://divinity.duke.edu/initiatives-centers/cswt/wesley-texts/poetry-hymn">John Wesley’s other edited poetry and hymn collections</a> (as well as a full set of Charles Wesley’s verse).</li>
<li><em>Survey of the Wisdom of God in Creation</em></li>
<li>Other edited works</li>
</ul>
<p><strong>Background Texts</strong></p>
<p>It is essential to study Wesley’s manuscript and published writings within their larger context, including correspondence that he received and published items critical of him or the Methodist movement. Many of these background texts are readily available to scholars, but some are quite rare, including many manuscript items. A second section of this site will focus on transcriptions of the most important background material. The first major set is:</p>
<ul>
<li><a title="John Wesley’s In-Correspondence" href="https://wesleyworks.wordpress.com/john-wesleys-in-correspondence/">John Wesley’s In-Correspondence</a></li>
<li><a title="jw-ms-prayer-manual" href="https://wesleyworks.files.wordpress.com/2018/03/jw-ms-prayer-manual.pdf">John Wesley’s Manuscript Prayer Manual (c. 1730–1734)</a> (pdf)</li>
</ul>
<p><strong>Research Aids</strong></p>
<p>A third section of this site is dedicated to databases, bibliographies, and the like that are created as part of the work in preparing <em>The Bicentennial Edition</em> but are not planned for inclusion in the printed volumes. The initial resources include:</p>
<ul>
<li>Baker’s <a href="https://wesleyworks.files.wordpress.com/2019/05/baker-union-catalogue.pdf">Union Catalogue of the Publications of John and Charles Wesley (2nd edn., 1991)</a> (pdf)<br />
The <em>Bicentennial Edition of the Works of John Wesley</em> includes more items than any previous edition, and utilizes a new numbering of each of the items published by John and Charles Wesley. This full list will become available in vols. 34–35, but scholars may want access to the working list. Frank Baker published an initial working list in 1966, and an expanded version in 1991. Since this published list is rare, we provide a pdf scan. Please note carefully the two portions of the volume, and that the numbering now used in the Bicentennial Edition is that at the front, as revised in 1991.</li>
<li><a href="https://wesleyworks.wordpress.com/bibliographic-aids-on-john-wesleys-library/">Bibliographic Aids on John Wesley’s Library and Works He Read</a></li>
<li><a title="bios-recurrent-persons" href="https://wesleyworks.files.wordpress.com/2021/01/bios-recurrent-persons.pdf">Biographical Guide for John Wesley’s Correspondence – Recurrent Persons</a> (pdf)<br />
A collection of short biographies, for quick reference, of contemporary persons who appear repeatedly in John Wesley’s correspondence—whether as authors, recipients, or just mentioned in letters.</li>
<li><a title="comprehensive-person-list" href="https://wesleyworks.files.wordpress.com/2021/01/comprehensive-person-list.pdf">Comprehensive List of Persons</a> (pdf)<br />
A list of all persons that appear in John Wesley’s letters or in-correspondence. The list is confined to contemporary persons (not ancient authors cited), and to where more than just first and last initials are known. If a biography of the person is included in the recurrent person file, this is indicated. Otherwise, the first appearance of the person is noted, as that is where one can find whatever biographical information is known. This list covers only volumes published and transcriptions posted to date. It will be updated with each new volume.</li>
<li><a href="https://wesleyworks.wordpress.com/cumulative-lists-of-john-wesleys-letters/">Cumulative Lists of John Wesley’s Letters</a></li>
<li><a title="Register of John Wesley’s Preaching Texts" href="https://wesleyworks.wordpress.com/sermon-register/">John Wesley’s Sermon Register</a></li>
<li><a title="jw-sermon-lists" href="https://wesleyworks.files.wordpress.com/2017/05/201705jw-sermon-lists.pdf">John Wesley’s Sermons – Comparative List of Collections</a> (pdf)<br />
This list, compiled by Greg Van Buskirk, gives the comparative location of Wesley’s sermons in the Bicentennial Edition, Edward H. Sugden’s edition, and Thomas Jackson’s edition.</li>
</ul>
<p><strong><a href="https://wesleyworks.files.wordpress.com/2014/10/citation-guidelines.pdf">Citation Guidelines</a> </strong>(pdf)</p>
<p>The Center for Studies in the Wesleyan Tradition at Duke Divinity School maintains an up-to-date set of links to <a href="http://divinity.duke.edu/initiatives-centers/cswt/research-resources">other research centers and resources in Wesley studies</a>.</p>
</div>
</div>
</div>
</section>
<!-- Three --
<section id="three" class="main style1 special">
<div class="container">
<header class="major">
<h2>Adipiscing amet consequat</h2>
</header>
<p>Ante nunc accumsan et aclacus nascetur ac ante amet sapien sed.</p>
<div class="row gtr-150">
<div class="col-4 col-12-medium">
<span class="image fit"><img src="images/pic02.jpg" alt="" /></span>
<h3>Magna feugiat lorem</h3>
<p>Adipiscing a commodo ante nunc magna lorem et interdum mi ante nunc lobortis non amet vis sed volutpat et nascetur.</p>
<ul class="actions special">
<li><a href="#" class="button">More</a></li>
</ul>
</div>
<div class="col-4 col-12-medium">
<span class="image fit"><img src="images/pic03.jpg" alt="" /></span>
<h3>Magna feugiat lorem</h3>
<p>Adipiscing a commodo ante nunc magna lorem et interdum mi ante nunc lobortis non amet vis sed volutpat et nascetur.</p>
<ul class="actions special">
<li><a href="#" class="button">More</a></li>
</ul>
</div>
<div class="col-4 col-12-medium">
<span class="image fit"><img src="images/pic04.jpg" alt="" /></span>
<h3>Magna feugiat lorem</h3>
<p>Adipiscing a commodo ante nunc magna lorem et interdum mi ante nunc lobortis non amet vis sed volutpat et nascetur.</p>
<ul class="actions special">
<li><a href="#" class="button">More</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="main style2 special">
<div class="container">
<header class="major">
<h2>What To Know More?</h2>
</header>
<p>Send us an email to get involved or make an inquiry.</p>
<div style="text-align:left;color:#fff;"><form method="post" action="send_form_email.php">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions" style="margin-top:20px;">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</div>
</div>
</section>
<!-- Five -->
<!--
<section id="five" class="main style1">
<div class="container">
<header class="major special">
<h2>Elements</h2>
</header>
<section>
<h4>Text</h4>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<header>
<h4>Heading with a Subtitle</h4>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<header>
<h5>Heading with a Subtitle</h5>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h5>Blockquote</h5>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h5>Preformatted</h5>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h4>Lists</h4>
<div class="row">
<div class="col-6 col-12-medium">
<h5>Unordered</h5>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
</div>
<div class="col-6 col-12-medium">
<h5>Ordered</h5>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h5>Icons</h5>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
<h5>Actions</h5>
<div class="row">
<div class="col-6 col-12-medium">
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button primary small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
</div>
<div class="col-6 col-12-medium">
<ul class="actions stacked">
<li><a href="#" class="button primary fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
</ul>
</div>
</div>
</section>
<section>
<h4>Table</h4>
<h5>Default</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h5>Alternate</h5>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h4>Buttons</h4>
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button large">Large</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button fit">Fit</a></li>
<li><a href="#" class="button primary fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button primary fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
<li><a href="#" class="button primary fit small">Fit + Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h4>Form</h4>
<form method="post" action="#">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="col-6 col-12-xsmall">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="col-12">
<select name="demo-category" id="demo-category">
<option value="">- Category -</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="demo-priority-normal" name="demo-priority">
<label for="demo-priority-normal">Normal</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="col-6 col-12-small">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="col-6 col-12-small">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="col-12">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h4>Image</h4>
<h5>Fit</h5>
<div class="box alt">
<div class="row gtr-uniform gtr-50">
<div class="col-12"><span class="image fit"><img src="images/pic06.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
</div>
</div>
<h5>Left & Right</h5>
<p><span class="image left"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
<p><span class="image right"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
</section>
</div>
</section>
-->
<!-- Footer -->
<section id="footer">
<!--<ul class="icons">
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>-->
<ul class="copyright">
Online Resources by the Wesley Works Editorial Project are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.
<br>
The Wesley Works Editorial Project
<li>Design Base: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</section>
<!-- Scripts -->
<script src="editorial/assets/js/jquery.min.js"></script>
<script src="editorial/assets/js/jquery.scrolly.min.js"></script>
<script src="editorial/assets/js/browser.min.js"></script>
<script src="editorial/assets/js/breakpoints.min.js"></script>
<script src="editorial/assets/js/util.js"></script>
<script src="editorial/assets/js/main.js"></script>
</div>
</div>