I hereby claim:
- I am johnyoat on github.
- I am johnyoat (https://keybase.io/johnyoat) on keybase.
- I have a public key ASDDzst30MGN0rh1KsxyMcF1trHLjz6ZAjULebk5tgvw5go
To claim this, I am signing this object:
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: ezyevent-api-deployment | |
labels: | |
app: ezyevent-api | |
spec: | |
replicas: 2 | |
selector: | |
matchLabels: |
I hereby claim:
To claim this, I am signing this object:
class MyApp : AppCompatActivity() { | |
override fun onCreate(savedInstanceState: Bundle?) { | |
super.onCreate(savedInstanceState) | |
val typefaceUtil = TypefaceUtil() | |
typefaceUtil.overridefonts(this,"SERIF","fonts/roboto.ttf") | |
} | |
} |
import android.annotation.SuppressLint; | |
import android.os.Bundle; | |
import com.google.firebase.firestore.DocumentSnapshot; | |
import com.google.firebase.firestore.EventListener; | |
import com.google.firebase.firestore.FirebaseFirestore; | |
import com.google.firebase.firestore.FirebaseFirestoreException; | |
import java.text.SimpleDateFormat; |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |
@font-face{ | |
font-family: "PeaceSans"; | |
src: url("assets/fonts/PeaceSans.ttf"); | |
} | |
@font-face{ | |
font-family: "QSDBold"; | |
src: url("https://github.com/Johnyoat/webstyle/raw/master/ElliotSans-Bold.ttf"); | |
} | |
@font-face{ |
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="CompilerConfiguration"> | |
<resourceExtensions /> | |
<wildcardResourcePatterns> | |
<entry name="!?*.java" /> | |
<entry name="!?*.form" /> | |
<entry name="!?*.class" /> | |
<entry name="!?*.groovy" /> | |
<entry name="!?*.scala" /> |