-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
117 lines (108 loc) · 5.88 KB
/
links.html
File metadata and controls
117 lines (108 loc) · 5.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="5 days" />
<meta name="google-site-verification" content="fgcUV1OivTEdwYkS0ej35CyTb2FK7c2rm2PzHKQ0URI" />
<title>Hilfreiche Links zur KI-Bild- & Video-Generierung</title>
<meta name="description" content="Entdecke nützliche Tools, Plattformen und Ressourcen für die KI-gestützte Erstellung von Bildern und Videos. Perfekt für Kreative und Entwickler."/>
<link rel="canonical" href="https://tips-to-point.vercel.app/intro.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="5 Features aus der Toolbox und 5 kostenlose Tools die deine Arbeit revolutionieren werden!" />
<meta property="og:description" content="Entdecke nützliche Tools, Plattformen und Ressourcen für die KI-gestützte Erstellung von Bildern und Videos. Perfekt für Kreative und Entwickler." />
<meta property="og:url" content="https://tips-to-point.vercel.app/intro.html" />
<meta property="og:image" content="https://tips-to-point.vercel.app/img/star.png">
<meta property="og:site_name" content="Michel Maillard - KI-Experte" />
<meta property="article:publisher" content="https://www.instagram.com/maillard_dev/" />
<meta property="article:author" content="https://www.instagram.com/maillard_dev/" />
<meta property="article:section" content="KI-Tipps" />
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<header class="header row" data-direction="rtl">
<div class="header__top">
<div>
<h1 class="logo">Informationen und Wissen <sup>KI-Power</sup></h1>
</div>
</div>
<div class="header__middle">
<div class="tagline">Von <a href="https://www.maillard.dev">Michel Maillard</a></div>
</div>
<hr />
</header>
<main class="wrapper">
<section class="prose">
<p>Hier eine kleine Auswahl gesammelte Informationen und Wissen zur KI-Bild- & Video-Generierung</p>
<div class="block" style="padding-left: 0; padding-top: 1rem;">
<ul class="grid" role="list">
<li>
<a href="/downloads/CapCut_Keyboard_Shortcuts_Cheat_Sheet.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>CapCut Keyboard Shortcut</figcaption>
</figure>
</a>
</li>
<li>
<a href="/downloads/Midjourney_Cheat_Sheet.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>Midjourney Cheat Sheet</figcaption>
</figure>
</a>
</li>
<li>
<a href="/downloads/Midjourney_Film_Photo_Prompts.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>Midjourney Film Photo Prompt</figcaption>
</figure>
</a>
</li>
<li>
<a href="/downloads/PromptCollection.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>Prompt Collection</figcaption>
</figure>
</a>
</li>
<li>
<a href="/downloads/Photo_Effects.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>Photo Effects</figcaption>
</figure>
</a>
</li>
<li>
<a href="/downloads/Imagine_Prompts.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>Imagine Prompts</figcaption>
</figure>
</a>
</li>
<li>
<a href="/downloads/Cinematography_Video_Generation.pdf">
<figure>
<img src="/img/products/toolbox.webp" alt="CapCut" loading="lazy">
<figcaption>Cinematography Video Generation</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<h2 style="margin-block-start: 5rem">Eure Meinung</h2>
<p><a href="mailto:crash@maillard.dev">👉 Euer Feedback ist mir wichtig</a></p>
<p>Ich möchte, dass meine Crashkurse euch echten Mehrwert bieten. Deshalb ist mir eure Meinung besonders wichtig! Was hat euch geholfen? Wo seht ihr noch Verbesserungspotenzial? Lasst mich wissen, welche Themen euch besonders interessieren oder wo ihr noch Fragen habt.
Schreibt mir gerne eure Gedanken – gemeinsam machen wir das Lernen noch effektiver! 🚀</p>
</section>
</main>
</body>
</html>