-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (117 loc) · 6.79 KB
/
index.html
File metadata and controls
142 lines (117 loc) · 6.79 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
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
<!DOCTYPE html>
<html>
<title>4D Developer Center</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 4d.com *.4d.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'" />
<link rel="stylesheet" href="landing.css">
<link rel="stylesheet" href="theme-black.css">
<link rel="stylesheet" href="font-awesome.min.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<body>
<!-- Header -->
<header class="container theme-dark" id="header">
<div class="left" style="margin-top:20px; margin-left:15px">
<h2><img src="/docs/img/logohome.png" height="30px" width="auto" style="margin-right:16px">Developer Center</p>
</div>
</header>
<div class="row-padding center margin-top">
<div class="half" onclick="location.href='/docs/';" style="cursor: pointer;">
<div class="card container box-theme" style="min-height:350px; background: linear-gradient(#f5778f, #6e3ba2); margin-bottom: 15px">
<br><h2>Documentation</h2>
<p>Essential Guides for 4D Developers</p><br>
<i class="fa fa-book margin-bottom" style="font-size:120px;"></i>
</div>
</div>
<div class="half" onclick="location.href='/qodly/';" style="cursor: pointer;">
<div class="card container box-theme" style="min-height:350px; background: linear-gradient(#8ccbf0, #269de3); margin-bottom: 15px">
<br><h2>Qodly</h2>
<p>Create powerful, low-code web interfaces for 4D applications</p><br>
<img src="qodly-favicon.svg" height="120px" width="auto" style="margin-right:16px">
</div>
</div>
<div class="half" onclick="location.href='https://kb.4d.com/';" style="cursor: pointer;">
<div class="card container box-theme" style="min-height:350px; background: linear-gradient(#83fca6, #58b873); margin-bottom: 15px">
<br><h2>Knowledge base</h2>
<p>Tech Tips and Technical Notes for 4D Partners</p><br>
<i class="fa fa-graduation-cap margin-bottom" style="font-size:110px"></i>
</div>
</div>
<div class="half" onclick="location.href='https://blog.4d.com/';" style="cursor: pointer;">
<div class="card container box-theme" style="min-height:350px; background: linear-gradient(#ffb592, #ea5c5a); margin-bottom: 15px">
<br><h2>4D Blog</h2>
<p>Latest features presented by the 4D team</p><br>
<i class="fa fa-puzzle-piece margin-bottom" style="font-size:110px"></i>
</div>
</div>
</div>
<hr>
<div class="container" style="margin-bottom: 20px; color:#8c8c8c">
<div class="quarter container center" style="font-size:12px; cursor: pointer;" onclick="location.href='https://support.4d.com/';">
<i class="fa fa-support w3-margin-bottom w3-text-theme" style="font-size:60px; margin-top: 20px"></i>
<h5>Get Support</h5>
<p>Technical Assistance On the Web</p>
<p><u>Get Technical Assistance ></u></p>
</div>
<div class="quarter container center" style="font-size:12px; cursor: pointer;" onclick="location.href='https://discuss.4d.com/';">
<i class="fa fa-comments w3-margin-bottom w3-text-theme" style="font-size:60px; margin-top: 20px"></i>
<h5>4D Forum</h5>
<p>Get help from other users 4D developers here.</p>
<p><u>Join 4D Developer Community ></u></a>
</div>
<div class="quarter container center" style="font-size:12px; cursor: pointer;" onclick="location.href='https://us.4d.com/product-download/';">
<i class="fa fa-download w3-margin-bottom w3-text-theme" style="font-size:60px; margin-top: 20px"></i>
<h5>Downloads</h5>
<p>Get products, release notes and demos.</p>
<p><u>Download Products ></u></p>
</div>
<div class="quarter container center" style="font-size:12px; cursor: pointer;" onclick="location.href='https://doc.4d.com/';">
<i class="fa fa-book w3-margin-bottom w3-text-theme" style="font-size:60px; margin-top: 20px"></i>
<h5>4D Doc Center</h5>
<p>The legacy 4D documentation web site.</p>
<p><u>Read Documentation ></u></p>
</div><br>
</div>
<br>
<!-- Footer -->
<footer class="container theme-dark padding-16">
<div class="third container" style="font-size:14px; cursor: pointer;" onclick="location.href='https://blog.4d.com/';">
<h5>Community</h5>
<div style=" color:#a6a7a9">
<p><a href="https://blog.4d.com/" class="hover-text-white" style="text-decoration:none;">4D Blog</a></p>
<p><a href="https://discuss.4d.com/" class="hover-text-white" style="text-decoration:none;">4D Forum</a></p>
<p><a href="https://www.facebook.com/4Dsoftware/" class="hover-text-white" style="text-decoration:none;">Facebook</a></p>
<p><a href="https://x.com/4Dsoftware" class="hover-text-white" style="text-decoration:none;">X</a></p>
<p><a href="https://github.com/4D/" class="hover-text-white" style="text-decoration:none;">GitHub</a></p>
<p><a href="https://www.youtube.com/user/4Dsoftware" class="hover-text-white" style="text-decoration:none;">Youtube</a></p>
</div>
</div>
<div class="third container" style="font-size:14px; cursor: pointer;" onclick="location.href='https://doc.4d.com/';">
<h5>Support</h5>
<div style=" color:#a6a7a9">
<p><a href="https://doc.4d.com/" class="hover-text-white" style="text-decoration:none;">4D Doc Center</a></p>
<p><a href="https://support.4d.com/" class="hover-text-white" style="text-decoration:none;">Get Support</a></p>
<p><a href="https://kb.4d.com/" class="hover-text-white" style="text-decoration:none;">Knowledge Base</a></p>
<p><a href="https://us.4d.com/product-download" class="hover-text-white" style="text-decoration:none;">Downloads</a></p>
<p><a href="https://us.4d.com/resources" class="hover-text-white" style="text-decoration:none;">Resources</a></p>
</div>
</div>
<div class="third container" style="font-size:14px; cursor: pointer;" onclick="location.href='https://us.4d.com/product-download/';">
<h5>Product & Company</h5>
<div style=" color:#a6a7a9">
<p><a href="https://store.4d.com/" class="hover-text-white" style="text-decoration:none;">Product Registration</a></p>
<p><a href="https://us.4d.com/product-life-cycle" class="hover-text-white" style="text-decoration:none;">Product Life Cycle</a></p>
<p><a href="https://us.4d.com/about-us" class="hover-text-white" style="text-decoration:none;">About us</a></p>
<p><a href="https://us.4d.com/contact-us" class="hover-text-white" style="text-decoration:none;">Contact us</a></p>
</div>
</div>
<div style="position:relative;bottom:55px;" class="tooltip right">
<a class="text-white" href="#header"><span class="xlarge">
<i class="fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
<div class="container center theme-dark">
<p>Powered by <a href="https://us.4d.com/" class="hover-text-white" style="text-decoration:none; color:#a6a7a9" target="_blank">4D SAS</a></p>
</div>
</body>
</html>