File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ struct ContentView: View {
14
14
15
15
var body : some View {
16
16
ZStack {
17
-
18
17
TitleView ( )
19
18
. blur ( radius: show ? 20 : 0 )
20
19
. animation ( . default)
@@ -81,16 +80,19 @@ struct CertificateView: View {
81
80
. fontWeight ( . bold)
82
81
. color ( Color ( " accent " ) )
83
82
. padding ( . top)
83
+
84
84
Text ( " Certificate " )
85
85
. color ( . white)
86
86
}
87
87
Spacer ( )
88
+
88
89
Image ( " Logo " )
89
90
. resizable ( )
90
91
. frame ( width: 30 , height: 30 )
91
92
}
92
93
. padding ( . horizontal)
93
94
Spacer ( )
95
+
94
96
Image ( " Background " )
95
97
}
96
98
. frame ( width: 340.0 , height: 220.0 )
@@ -107,9 +109,11 @@ struct TitleView: View {
107
109
Text ( " Certificates " )
108
110
. font ( . largeTitle)
109
111
. fontWeight ( . heavy)
112
+
110
113
Spacer ( )
111
114
}
112
115
Image ( " Illustration5 " )
116
+
113
117
Spacer ( )
114
118
} . padding ( )
115
119
}
@@ -122,8 +126,10 @@ struct CardBottomView: View {
122
126
. frame ( width: 60 , height: 6 )
123
127
. cornerRadius ( 3.0 )
124
128
. opacity ( 0.1 )
129
+
125
130
Text ( " This certificate is proof that Mithun has achieved UI Design course with approval from a Design+Code instructor. " )
126
131
. lineLimit ( nil )
132
+
127
133
Spacer ( )
128
134
}
129
135
. frame ( minWidth: 0 , maxWidth: . infinity)
You can’t perform that action at this time.
0 commit comments