This repository was archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframework.html
More file actions
59 lines (52 loc) · 2.01 KB
/
Copy pathframework.html
File metadata and controls
59 lines (52 loc) · 2.01 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
---
title: Framework
icon: fa-th
order: 5
---
<div class="item_container noSelect">
<div class="item">
<a href="https://github.com/ProjectTutorials/reactTutorial" target="_blank" class="image fit">
<img src="https://repository-images.githubusercontent.com/501683352/76a890bb-4ef2-43ab-a2e8-16e0f4005b54"
alt="React" />
<header>
<h3>React</h3>
</header>
</a>
</div>
<div class="item">
<a href="https://github.com/ProjectTutorials/reactTypescriptTutorial/" target="_blank" class="image fit">
<img src="https://repository-images.githubusercontent.com/512617560/b899395c-62cd-4886-b652-3248dce8d8a6"
alt="React Typescript" />
<header>
<h3>React Typescript</h3>
</header>
</a>
</div>
<div class="item">
<a href="https://github.com/ProjectTutorials/svelteTutorial" target="_blank" class="image fit">
<img src="https://repository-images.githubusercontent.com/513009540/f6a355be-c03d-42a9-8d2e-4c6d47565070"
alt="Svelte" />
<header>
<h3>Svelte</h3>
</header>
</a>
</div>
<div class="item">
<a href="https://github.com/ProjectTutorials/vueTutorial" target="_blank" class="image fit">
<img src="https://repository-images.githubusercontent.com/513009563/469eae94-e4a8-4b8f-be4d-60c116bb4186"
alt="Vue" />
<header>
<h3>Vue</h3>
</header>
</a>
</div>
<div class="item">
<a href="https://github.com/ProjectTutorials/angularTutorial/" target="_blank" class="image fit">
<img src="https://repository-images.githubusercontent.com/512615476/df0f0840-771e-4658-bf11-8f866453ef4f"
alt="Angular" />
<header>
<h3>Angular</h3>
</header>
</a>
</div>
</div>