Skip to content

Commit 1079b8d

Browse files
author
zzzprojects
committed
Update contact us
Update contact us
1 parent b5a0ae8 commit 1079b8d

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

docs/_sass/card-layout-z1.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
.card-layout-z1 h2 {
2121
padding: 5px 0;
2222
}
23+
.card-layout-z1 h3:not(:first-child) {
24+
margin-top: 15px;
25+
}
2326
.card-layout-z1 ul {
2427
padding-left: 20px;
2528
}

docs/pages/site/contact-us.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,43 @@ permalink: contact-us
33
---
44

55
<div class="container" style="margin-top: 60px;">
6-
<div markdown="1">
6+
<div class="row">
7+
<div class="col-lg-8 order-2 order-lg-1 wow slideInLeft">
8+
9+
<div markdown="1">
710
## Test our `Outstanding` Support
811
We usually answer within the next business day, hour, or minutes!
912

10-
In case of doubt, contact us directly: <a href="mailto:[email protected]">[email protected]</a>.
11-
1213
We love to hear from you!
1314

1415
## I have a question! What should I do?
1516

1617
The best way to ask us questions and check existing answer is on [Stack Overflow](https://stackoverflow.com/questions/tagged/entity-framework-extensions) using the `entity-framework-extensions` tag:
1718

18-
Contact us directly: <a href="mailto:[email protected]">[email protected]</a>:
19+
Contact us directly:
1920

2021
- If you want a more personal answer
2122
- If your question is not suited for Stack Overflow
2223
- If your message contains private information
2324

2425
## I think I've found a bug! What should I do?
25-
The best way to report an issue is using the [Issues Tracker](https://github.com/zzzprojects/EntityFramework-Extensions/issues)
26+
The best way to report an issue is using our [Issues Tracker](https://github.com/zzzprojects/EntityFramework-Extensions/issues)
2627

2728
Make sure to include:
2829
- Entity Framework Version
2930
- Entity Framework Extensions Version
3031
- Database Provider
3132

32-
Contact us directly: <a href="mailto:[email protected]">[email protected]</a>:
33+
Contact us directly:
3334

3435
- If you want a more personal answer
3536
- If your question is not suited for the Issue Tracker
3637
- If your message contains private information
3738

3839
## I think I've found a new feature! What should I do?
39-
The best way to request a new feature is using the [Issues Tracker](https://github.com/zzzprojects/EntityFramework-Extensions/issues)
40+
The best way to request a new feature is using our [Issues Tracker](https://github.com/zzzprojects/EntityFramework-Extensions/issues)
4041

41-
Contact us directly: <a href="mailto:[email protected]">[email protected]</a>:
42+
Contact us directly:
4243

4344
- If you want a more personal answer
4445
- If your question is not suited for the Issue Tracker
@@ -47,4 +48,24 @@ Contact us directly: <a href="mailto:[email protected]">[email protected]<
4748
## I think you forget about my request! What should I do?
4849
Just contact us back again, and we will make sure we don't miss it again!
4950
</div>
51+
</div>
52+
<div class="col-lg-4 order-1 order-lg-2">
53+
<div class="card card-layout-z1 wow slideInRight">
54+
<div class="card-header">
55+
<h2>Contact Info</h2>
56+
</div>
57+
<div class="card-body">
58+
<h3>General</h3>
59+
60+
<h3>Sales</h3>
61+
62+
<h3>Issues & Features</h3>
63+
<a href="https://github.com/zzzprojects/EntityFramework-Extensions/issues" target="_blank">Issues Tracker</a>
64+
<h3>Stack Overflow</h3>
65+
<a href="https://stackoverflow.com/questions/tagged/entity-framework-extensions" target="_blank">Stack Overflow</a>
66+
</div>
67+
</div>
68+
<br /><br />
69+
</div>
70+
</div>
5071
</div>

0 commit comments

Comments
 (0)