-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref to apex community on apex blog posts
- Loading branch information
1 parent
8d8604e
commit 0acd98d
Showing
4 changed files
with
67 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import React from 'react'; | ||
|
||
const BlogAPEXSidebar = () => ( | ||
<div className="blog-sidebar"> | ||
<span className="text-lg font-semibold">Check out the APEX Community:</span> | ||
<ul className="mt-5 flex flex-col space-y-4 text-lg"> | ||
<li> | ||
<a href="https://apex.world/ords/f?p=100:700:"> | ||
APEX Plug-ins | apex.world | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://apps.cloudnueva.com/apexblogs"> | ||
Curated list of APEX blogs | cloudnueva.com | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://twitter.com/search?q=%23orclapex&src=typed_query"> | ||
#orclapex | Twitter | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://apex.oracle.com/en/community/"> | ||
APEX Community | apex.oracle.com | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://clocwise.org"> | ||
APEX related events and conferences | clocwise.org | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
); | ||
|
||
export default BlogAPEXSidebar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters