-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcam.html
111 lines (95 loc) · 4.73 KB
/
gcam.html
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
<!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">
<title>Personal Magisk Repository</title>
<link rel="icon" href="images/cogwheel_nice_android.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p class="hidden" id="lang">english</p>
<p class="hidden" id="page">3</p>
<div id="bgImage">
<img src="images/magisk-svgrepo-com.svg" alt="">
</div>
<!-- Navigation Bar -->
<nav id="nav" style="max-height: 80px;">
<div class="sideMargins"></div>
</nav>
<script src="js/nav.js"></script>
<!-- Navigation Bar -->
<div id="content">
<!-- <section id="home">
<h1>Personal Magisk Repository.</h1>
</section> -->
<section id="gcams" class="sectionPadding">
<div class="card gcamCard" id="gcamModders">
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-wyroczen/">
<div class="gcamItem">Wyroczen</div>
</a>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/">
<div class="gcamItem">BSG</div>
</a>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-tigr/">
<div class="gcamItem">tigr</div>
</a>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-arnova8G2/">
<div class="gcamItem">Arnova8G2</div>
</a>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-mtsl/">
<div class="gcamItem">MTSL</div>
</a>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-urnyx05/">
<div class="gcamItem">Urnyx05</div>
</a>
</div>
<div class="card gcamCard" id="gcamAbout">
<img src="images/icons/google-camera.svg" alt="">
<div id="gcamAboutContent">
<h1>What is Gcam?</h1>
<p><strong>Google Camera</strong> is a camera phone application developed by Google for the Android operating system. Development for the application began in 2011 at the Google X research incubator led by Marc Levoy, which was developing image fusion technology for Google Glass.</p>
<p><strong>Gcam Port</strong> is an unofficialy made port of the original Google Camera, which works only on Google Pixel devices, for other devices such as Xiaomi and Samsung devices.</p>
<p>There are ports by many modders in the community so choose your poison, some may not work well on your device.</p>
<button class="btnCommon btnColor" onclick="window.open('https://www.celsoazevedo.com/files/android/google-camera/','_blank')">Gcam Ports</button>
</div>
</div>
<div class="card gcamCard" id="gcamFeatured">
<h1>Personal Favourites for Redmi Note 8 Pro</h1>
<ul>
<li>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-wyroczen/f/dl5/">
GCam_7.3.018_Wyroczen_SuperRes_v4.9.apk
</a>
</li>
<li>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/f/dl92/">
MGC_8.4.600_A10_V13
</a>
</li>
<li>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/f/dl91/">
MGC_8.4.600_A10_V12
</a>
</li>
<li>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-tigr/f/dl0/">
trCamera_Spring_Release
</a>
</li>
<li>
<a target="_blank" href="https://www.celsoazevedo.com/files/android/google-camera/dev-mtsl/f/dl8/">
MTSLCam_V7.2
</a>
</li>
</ul>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer"></section>
<script src="js/footer.js"></script>
<!-- Footer -->
</body>
</html>