forked from wafer-space/wafer-space.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign-help.html
More file actions
84 lines (78 loc) · 3.12 KB
/
Copy pathdesign-help.html
File metadata and controls
84 lines (78 loc) · 3.12 KB
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
---
layout: default
title: "Design Help"
sub_title: "Get assistance with your GF180MCU chip designs"
header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg"
---
{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %}
{% include layouts/header/page-title.html %}
<!-- Professional Services Section -->
<div class="wrapper light-wrapper">
<div class="container inner">
<h3 class="section-title text-center mb-20">Professional Services</h3>
<p class="text-center mb-40">
Independent companies offering professional design, consulting, and implementation services for GF180MCU projects.
<br><small class="text-muted"><em>Note: These services are not affiliated with or endorsed by wafer.space.
Please contact them directly to discuss your project needs.</em></small>
</p>
{% assign professional_help = site.design_help | where: "category", "professional" %}
{% for provider in professional_help %}
{% include design_help/provider.html provider=provider %}
{% endfor %}
</div>
</div>
<!-- Community Help Section -->
<div class="wrapper gray-wrapper">
<div class="container inner">
<h3 class="section-title text-center mb-20">Community Resources</h3>
<p class="text-center mb-40">
Free community forums, documentation, and open-source resources for GF180MCU designs.
</p>
<div class="row text-center">
<div class="col-md-4">
<div class="box bg-white shadow p-30">
<div class="icon mb-20">
<i class="jam jam-messages-alt" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Community Forums</h4>
<p class="mb-0">Coming soon - Discussion forums for design questions and peer support.</p>
</div>
</div>
<div class="col-md-4">
<div class="box bg-white shadow p-30">
<div class="icon mb-20">
<i class="jam jam-document" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Documentation</h4>
<p class="mb-0">Coming soon - Tutorials, guides, and technical documentation for GF180MCU.</p>
</div>
</div>
<div class="col-md-4">
<div class="box bg-white shadow p-30">
<div class="icon mb-20">
<i class="jam jam-github" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Open Source Tools</h4>
<p class="mb-0">Coming soon - Links to open-source tools and example designs for GF180MCU.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Additional Resources -->
<div class="wrapper light-wrapper">
<div class="container inner">
<div class="row">
<div class="col-lg-10 offset-lg-1 text-center">
<h3 class="mb-20">Want to be listed here?</h3>
<p class="mb-30">
If you offer professional design services or community resources for GF180MCU projects,
please <a href="mailto:info@wafer.space">contact us</a> to be considered for inclusion on this page.
</p>
</div>
</div>
</div>
</div>
<div class="space120"></div>
<!--/.footer Wrapper-->
{% include layouts/footer/footer-1.html %}