Archived
updated about
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 804 KiB |
+26
-11
@@ -1,5 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Layout from '@/components/Layout';
|
import Layout from '@/components/Layout';
|
||||||
|
import Image from 'next/image';
|
||||||
|
|
||||||
const About: React.FC = () => {
|
const About: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
@@ -14,12 +15,20 @@ const About: React.FC = () => {
|
|||||||
and the doctrines of grace. Our aim is to articulate timeless biblical truths in a clear,
|
and the doctrines of grace. Our aim is to articulate timeless biblical truths in a clear,
|
||||||
accessible manner, helping believers understand the depth and beauty of God's sovereign grace.
|
accessible manner, helping believers understand the depth and beauty of God's sovereign grace.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 className="text-2xl font-bold mb-4">What Do You Mean By "Confessions of Grace"?</h2>
|
||||||
|
<p className="text-primary-700 mb-6">
|
||||||
|
The name "Confessions of Grace" is a play on Augustine's "Confessions" and John Bunyan's "Grace Abounding to the Chief of Sinners."
|
||||||
|
I originally wanted to call the blog "Confessions of the Chief of Sinners," but that felt a bit too long.
|
||||||
|
The idea behind those books is that we are all sinners saved by grace, needing to confess that grace to others.
|
||||||
|
"Confessions of Grace" seems to fit that idea well.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3 className="text-xl font-bold mb-3">Our Vision</h3>
|
<h3 className="text-xl font-bold mb-3">Our Vision</h3>
|
||||||
<p className="text-primary-700 mb-6">
|
<p className="text-primary-700 mb-6">
|
||||||
In an age of theological confusion and spiritual relativism, we seek to provide content
|
In an age of theological confusion and spiritual relativism, we seek to provide content
|
||||||
that is firmly rooted in Scripture, historically informed, and pastorally sensitive.
|
that is firmly rooted in Scripture, historically informed, and pastorally sensitive.
|
||||||
We believe that sound doctrine leads to doxology, that theology properly understood
|
We believe that sound doctrine leads to doxology—that theology, properly understood,
|
||||||
results in worship and wonder at the character and works of God.
|
results in worship and wonder at the character and works of God.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -35,9 +44,10 @@ const About: React.FC = () => {
|
|||||||
<li><span className="font-semibold italic">Soli Deo Gloria</span> — Glory to God Alone</li>
|
<li><span className="font-semibold italic">Soli Deo Gloria</span> — Glory to God Alone</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p className="text-primary-700 mb-6">
|
<p className="text-primary-700 mb-6">
|
||||||
We affirm the doctrines of grace as articulated in the historic Reformed confessions,
|
As Reformed Baptists, we affirm the doctrines of grace as articulated in the 1689 London
|
||||||
including the Westminster Standards, the Three Forms of Unity, and the 1689 London
|
Baptist Confession of Faith. This historic confession provides a robust and faithful summary
|
||||||
Baptist Confession of Faith.
|
of biblical doctrine, emphasizing God's sovereignty in salvation and the centrality of Christ
|
||||||
|
in all things.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote className="border-l-4 border-accent pl-4 italic my-8 text-primary-600">
|
<blockquote className="border-l-4 border-accent pl-4 italic my-8 text-primary-600">
|
||||||
@@ -50,19 +60,24 @@ const About: React.FC = () => {
|
|||||||
<h2 className="text-2xl font-bold mb-4">About the Author</h2>
|
<h2 className="text-2xl font-bold mb-4">About the Author</h2>
|
||||||
<div className="md:flex items-start gap-6">
|
<div className="md:flex items-start gap-6">
|
||||||
<div className="md:w-1/3 mb-4 md:mb-0">
|
<div className="md:w-1/3 mb-4 md:mb-0">
|
||||||
<div className="bg-primary-200 h-64 w-full rounded-md mb-4 flex items-center justify-center text-primary-500">
|
<div className="bg-primary-200 h-64 w-full rounded-md mb-4 relative h-48 w-full overflow-hidden rounded-md">
|
||||||
[Author Photo]
|
<Image
|
||||||
|
src="/images/me.jpeg"
|
||||||
|
alt="Me"
|
||||||
|
fill
|
||||||
|
className="object-cover"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="md:w-2/3">
|
<div className="md:w-2/3">
|
||||||
<p className="text-primary-700 mb-4">
|
<p className="text-primary-700 mb-4">
|
||||||
I studied Computer Science, which has given me a deep appreciation for logic and structure,
|
My wife and I are members of Covenant Community Church,
|
||||||
qualities that I also find in Reformed theology. I am a member of Covenant Community Church,
|
|
||||||
where I have been blessed to grow in faith and fellowship. My passion for theology and
|
where I have been blessed to grow in faith and fellowship. My passion for theology and
|
||||||
technology inspired me to start this blog as a way to share the beauty of God's sovereign grace.
|
technology inspired me to start this blog as a way to share the beauty of God's sovereign grace.
|
||||||
</p>
|
I hope to one day reach unreached people groups and share the gospel with them.
|
||||||
|
</p>
|
||||||
<p className="text-primary-700">
|
<p className="text-primary-700">
|
||||||
Feel free to reach out through the contact form or connect on social media.
|
Feel free to connect with me on social media. If you are a brand, I only collaborate with Bubbl'r.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user